Lotus version 1.5.3

This commit is contained in:
Aayush Rajasekaran 2021-03-24 00:07:27 -04:00
parent b55ca92d33
commit 3e6dcb578b

View File

@ -29,7 +29,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "1.5.3-rc2"
const BuildVersion = "1.5.3"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit