aboutsummaryrefslogtreecommitdiff
path: root/go/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-07-24 12:24:01 -0700
committerChris Lu <chris.lu@gmail.com>2014-07-24 12:24:01 -0700
commitbcd36dedb4d520a7033993633d2e021249d31ff6 (patch)
tree962d0b3fb803712ece6d6d74709752bb16c19032 /go/util
parentdc03626167a3e5d5ea0f97b260e53057f447a97d (diff)
downloadseaweedfs-bcd36dedb4d520a7033993633d2e021249d31ff6.tar.xz
seaweedfs-bcd36dedb4d520a7033993633d2e021249d31ff6.zip
released 0.62 with solaris support
Diffstat (limited to 'go/util')
-rw-r--r--go/util/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/util/constants.go b/go/util/constants.go
index d79e7bcc8..196b4a405 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -3,5 +3,5 @@ package util
import ()
const (
- VERSION = "0.62 beta"
+ VERSION = "0.63 beta"
)