v1.2.3 changelog, version bump

This commit is contained in:
Łukasz Magiera
2020-12-15 18:39:50 +01:00
parent 3c7f5f7629
commit d2b7e7b2ab
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "1.2.2"
const BuildVersion = "1.2.3"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit