Archived
2
0

version 2.8.0.

This commit is contained in:
Miroslav Šedivý
2023-04-01 23:01:10 +02:00
parent 13fa86d543
commit 395db0fd54
2 changed files with 3 additions and 1 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 = "7"
minor = "8"
// Patch version when you make backwards-compatible bug fixes.
patch = "0"
)