This commit is contained in:
Chris Lu
2021-10-18 10:47:48 -07:00
parent a6bb509cb7
commit cd4fa7561b
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import (
)
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.72)
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.73)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)