diff --git a/internal/version/version.go b/internal/version/version.go index e8ce625a..77abc303 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst const ( major = 1 minor = 3 - patch = 1 + patch = 2 ) // preRelease contains the prerelease name of the application. It is a variable