diff options
| author | chrislu <chris.lu@gmail.com> | 2022-03-14 00:55:01 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-03-14 00:55:01 -0700 |
| commit | 2eda3a686ffc1707e67a45ff39c5852f02e5ec7b (patch) | |
| tree | 9ebf3d2993f22d96586bf34de96b39a3690e5114 /weed/util/constants.go | |
| parent | bd5c5586b5c30389b57e26cc1675044ce1ab3883 (diff) | |
| download | seaweedfs-2.94.tar.xz seaweedfs-2.94.zip | |
2.942.94
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 0d15cfb5d..44df9e35d 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.93) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.94) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
