2
2
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:
Miroslav Šedivý 2021-03-16 10:16:57 +01:00
parent c8328a56c0
commit 0270939ee2

@ -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"
)