diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-25 13:50:02 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-25 13:50:02 -0700 |
| commit | 1484cb224f4e31851a0e45ed29c6f0d072f0856f (patch) | |
| tree | 9d136d089dfba2c58246ae0517d18e5af6634630 /weed/util/constants.go | |
| parent | 600d2f92a44b8fb76653ef0547bce5a406e82eb8 (diff) | |
| parent | cc570a4477a791312355dfd325a49bd276522997 (diff) | |
| download | seaweedfs-1484cb224f4e31851a0e45ed29c6f0d072f0856f.tar.xz seaweedfs-1484cb224f4e31851a0e45ed29c6f0d072f0856f.zip | |
Merge branch 'master' into message_send
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 18d5085c0..f906910a9 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.27) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.28) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
