diff options
| author | chrislu <chris.lu@gmail.com> | 2022-03-21 01:47:03 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-03-21 01:47:03 -0700 |
| commit | 8f0410af2c01e158e85a635e3d6725ac6b966e1f (patch) | |
| tree | b87fb724e36ab97a908be1f74a53becc51189623 /weed/util/constants.go | |
| parent | 24541fc7ec016d178274521f170c7061ebae7306 (diff) | |
| download | seaweedfs-8f0410af2c01e158e85a635e3d6725ac6b966e1f.tar.xz seaweedfs-8f0410af2c01e158e85a635e3d6725ac6b966e1f.zip | |
2.952.95
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 44df9e35d..ea10f32f5 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.94) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.95) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
