diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-11 00:50:07 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-11 00:50:07 -0700 |
| commit | 93ccc6e05ffaefd0e6cdd2141e43f72ccca582d1 (patch) | |
| tree | d6b39d916a2e877ba639aa99aaed3e444d443e2f /weed/util/constants.go | |
| parent | f87952a411339f2404cac2e771e6ae16644b97ca (diff) | |
| download | seaweedfs-93ccc6e05ffaefd0e6cdd2141e43f72ccca582d1.tar.xz seaweedfs-93ccc6e05ffaefd0e6cdd2141e43f72ccca582d1.zip | |
3.15
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 7448fad62..8438624bf 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.14) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.15) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
