This commit is contained in:
Jennifer Wang 2021-05-17 16:23:17 -04:00
parent 5af3af5a22
commit ada7f97ba8
4 changed files with 0 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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