aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-06-24 00:36:46 -0700
committerChris Lu <chris.lu@gmail.com>2019-06-24 00:36:46 -0700
commitfdff927b3742ac1c64d0d4e1168b4e5dee9d7c1a (patch)
treea303d391511e660cc968f648160a28241124bf3b
parenta8b4fe6eae9b9d9011f85cfbecaf351a9ed72ee0 (diff)
downloadseaweedfs-1.38.tar.xz
seaweedfs-1.38.zip
1.381.38
-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 4d6cf5805..b1167e917 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,5 +5,5 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 37)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 38)
)