aboutsummaryrefslogtreecommitdiff
path: root/go/util
diff options
context:
space:
mode:
authorchrislusf <chris.lu@gmail.com>2015-04-16 11:51:38 -0700
committerchrislusf <chris.lu@gmail.com>2015-04-16 11:51:38 -0700
commit41f29e9d8c8a910d3a3061dd167b7f448e243d0c (patch)
treefb5d955108157c314d4b0d0cd0c3500d6c0d1b39 /go/util
parentc1bc529654d4034c08082568c6c93610ffc0a06e (diff)
downloadseaweedfs-41f29e9d8c8a910d3a3061dd167b7f448e243d0c.tar.xz
seaweedfs-41f29e9d8c8a910d3a3061dd167b7f448e243d0c.zip
Adjust versioning. Beta version should not have a date.
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 c880e1dbc..073a2f896 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.70 beta 20150414"
+ VERSION = "0.70 beta"
)