|
|
@@ -23,7 +23,7 @@ import (
|
|
|
const (
|
|
|
VersionMajor = 1 // Major version component of the current release
|
|
|
VersionMinor = 1 // Minor version component of the current release
|
|
|
- VersionPatch = 1 // Patch version component of the current release
|
|
|
+ VersionPatch = 2 // Patch version component of the current release
|
|
|
VersionMeta = "" // Version metadata to append to the version string
|
|
|
)
|
|
|
|