mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-07 21:32:44 +02:00
version 1.3.0.
This commit is contained in:
parent
c8328a56c0
commit
0270939ee2
1 changed files with 3 additions and 3 deletions
6
neko.go
6
neko.go
|
@ -39,11 +39,11 @@ var (
|
||||||
//
|
//
|
||||||
gitBranch = "dev"
|
gitBranch = "dev"
|
||||||
|
|
||||||
// Major version when you make incompatible API changes,
|
// Major version when you make incompatible API changes.
|
||||||
major = "dev"
|
major = "dev"
|
||||||
// Minor version when you add functionality in a backwards-compatible manner, and
|
// Minor version when you add functionality in a backwards-compatible manner.
|
||||||
minor = "dev"
|
minor = "dev"
|
||||||
// Patch version when you make backwards-compatible bug fixeneko.
|
// Patch version when you make backwards-compatible bug fixes.
|
||||||
patch = "dev"
|
patch = "dev"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue