diff options
| author | chrislu <chris.lu@gmail.com> | 2022-04-03 19:08:01 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-04-03 19:08:01 -0700 |
| commit | 77a7d7253f6e4f5ac48b9ac9e35a45a3229c1af1 (patch) | |
| tree | 98e50b5466d74cf1d1b70aa84f283cf6572e3890 /weed/util/constants.go | |
| parent | e8d7bb42e24f36bbeae13e0bfe0882b1c37aa053 (diff) | |
| download | seaweedfs-77a7d7253f6e4f5ac48b9ac9e35a45a3229c1af1.tar.xz seaweedfs-77a7d7253f6e4f5ac48b9ac9e35a45a3229c1af1.zip | |
2.972.97
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 db2e1e958..41482490c 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.96) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.97) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
