mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-01 10:22:35 +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"
|
||||
|
||||
// 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…
Add table
Add a link
Reference in a new issue