mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
update version.
This commit is contained in:
parent
3b5d6b2ec5
commit
2a37c89ce5
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var (
|
||||||
// Major version when you make incompatible API changes,
|
// Major version when you make incompatible API changes,
|
||||||
major = "2"
|
major = "2"
|
||||||
// Minor version when you add functionality in a backwards-compatible manner, and
|
// Minor version when you add functionality in a backwards-compatible manner, and
|
||||||
minor = "3"
|
minor = "4"
|
||||||
// Patch version when you make backwards-compatible bug fixes.
|
// Patch version when you make backwards-compatible bug fixes.
|
||||||
patch = "0"
|
patch = "0"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue