aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-22 17:17:33 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-22 17:17:33 -0800
commitd3be2ceedd8a0a3405b238097a94a354af020967 (patch)
treecf9062d5f0bcab7f0ff8eba3bb73ab2a00864743 /weed/util/constants.go
parentc7ebadc25dd47b4167b9c25d381db1276e7c5a80 (diff)
downloadseaweedfs-2.12.tar.xz
seaweedfs-2.12.zip
2.122.12
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 0aeee111e..5c9450d0a 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 11)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 12)
COMMIT = ""
)