Lotus version 1.3.0

This commit is contained in:
Aayush Rajasekaran
2020-12-16 00:34:34 -05:00
parent f2aea11971
commit d04c01939d
2 changed files with 11 additions and 2 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.3"
const BuildVersion = "1.3.0"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit