aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-03 20:42:28 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-03 20:42:28 -0700
commit03a31587ce4a58fd8c3d0464bebf6420d2cf69ef (patch)
tree309d9a08d4f95b9a127c352817aebf4b767709a3 /weed/util/constants.go
parent83cd0fc7390a389452c34c72a44766aa638241b0 (diff)
downloadseaweedfs-03a31587ce4a58fd8c3d0464bebf6420d2cf69ef.tar.xz
seaweedfs-03a31587ce4a58fd8c3d0464bebf6420d2cf69ef.zip
go fmt
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index d1c8e3d82..f1c565164 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -6,8 +6,8 @@ import (
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.65)
- VERSION = sizeLimit + VERSION_NUMBER
- COMMIT = ""
+ VERSION = sizeLimit + VERSION_NUMBER
+ COMMIT = ""
)
func Version() string {