[release-v1.3] Release version 1.3.2

This commit is contained in:
jholdstock 2023-11-08 09:04:27 +00:00 committed by stakeynet
parent abeb1da0ce
commit c9e5155512

View File

@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
const ( const (
major = 1 major = 1
minor = 3 minor = 3
patch = 1 patch = 2
) )
// preRelease contains the prerelease name of the application. It is a variable // preRelease contains the prerelease name of the application. It is a variable