update version.

This commit is contained in:
Miroslav Šedivý 2021-10-24 18:41:44 +02:00
parent 3b5d6b2ec5
commit 2a37c89ce5

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 = "3"
minor = "4"
// Patch version when you make backwards-compatible bug fixes.
patch = "0"
)