aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-01-02 12:59:20 -0800
committerChris Lu <chris.lu@gmail.com>2019-01-02 12:59:20 -0800
commitceafb7d1457a5e6d042b0fd9a0e066a80100af13 (patch)
tree98038e7f64feb1524002302cc9445fb49e3774e1
parent28a41fda3e030a358ac7cf0c22c375e547825bc0 (diff)
downloadseaweedfs-ceafb7d1457a5e6d042b0fd9a0e066a80100af13.tar.xz
seaweedfs-ceafb7d1457a5e6d042b0fd9a0e066a80100af13.zip
1.19
-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 3c7c5f5b7..5e2b8f941 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "1.18"
+ VERSION = "1.19"
)