diff --git a/pkg/version.go b/pkg/version.go index c4c5730..8a825ab 100644 --- a/pkg/version.go +++ b/pkg/version.go @@ -8,10 +8,10 @@ import "fmt" // Version component constants for the current build. const ( VersionMajor = 1 - VersionMinor = 2 + VersionMinor = 3 VersionPatch = 0 VersionReleaseLevel = "" - VersionReleaseNumber = 3 + VersionReleaseNumber = 4 ) // Version returns the semantic version for the current build.