diff --git a/weed/util/constants.go b/weed/util/constants.go index 12d96fea0bb..09f813e5bb4 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -7,7 +7,7 @@ import ( const HttpStatusCancelled = 499 var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.69) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.68) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" )