bump version to v2.5.

This commit is contained in:
Miroslav Šedivý
2021-12-01 00:09:14 +01:00
parent 9264483901
commit b6b603dad9
2 changed files with 6 additions and 2 deletions

View File

@ -39,7 +39,7 @@ var (
// Major version when you make incompatible API changes,
major = "2"
// Minor version when you add functionality in a backwards-compatible manner, and
minor = "4"
minor = "5"
// Patch version when you make backwards-compatible bug fixes.
patch = "0"
)