diff options
Diffstat (limited to 'weed/util/constants.go')
| -rw-r--r-- | weed/util/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index 4c8c9c95e..94f30ffb7 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.63) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.64) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
