diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-25 23:38:27 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-25 23:38:27 -0700 |
| commit | 2f86f10fe1fcf01fc721c24f765f15f247c8a1b6 (patch) | |
| tree | c597693a6fe836a95a7ba7fec76f614508206fd4 /weed/util/constants.go | |
| parent | 264c138c1da56681a17c3f9ea37f170c4617b94e (diff) | |
| parent | 1ffb1e696e1f651c6294fc34c86b9abb6db1985d (diff) | |
| download | seaweedfs-2f86f10fe1fcf01fc721c24f765f15f247c8a1b6.tar.xz seaweedfs-2f86f10fe1fcf01fc721c24f765f15f247c8a1b6.zip | |
Merge branch 'master' into message_sendorigin/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 f906910a9..b46ffe796 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.28) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.29) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
