mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
version 1.3.0.
This commit is contained in:
parent
c8328a56c0
commit
0270939ee2
6
neko.go
6
neko.go
@ -39,11 +39,11 @@ var (
|
||||
//
|
||||
gitBranch = "dev"
|
||||
|
||||
// Major version when you make incompatible API changes,
|
||||
// Major version when you make incompatible API changes.
|
||||
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"
|
||||
// Patch version when you make backwards-compatible bug fixeneko.
|
||||
// Patch version when you make backwards-compatible bug fixes.
|
||||
patch = "dev"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user