Lotus version 1.5.0

This commit is contained in:
Aayush Rajasekaran
2021-02-23 16:25:40 -05:00
parent 4cec0375b9
commit d8bb112bcd
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "1.4.2"
const BuildVersion = "1.5.0"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit