Lotus version 1.2.1

This commit is contained in:
Aayush Rajasekaran
2020-11-19 23:47:46 -05:00
parent 648f02cbd6
commit 89ffd368b8
2 changed files with 11 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.0"
const BuildVersion = "1.2.1"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit