version 1.3.0.

This commit is contained in:
Miroslav Šedivý 2021-03-16 10:16:57 +01:00
parent c8328a56c0
commit 0270939ee2

View File

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