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 ea387b0f0..e3d855d5a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.25) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.26) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
