diff options
| author | chrislusf <chris.lu@gmail.com> | 2015-04-16 11:51:38 -0700 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2015-04-16 11:51:38 -0700 |
| commit | 41f29e9d8c8a910d3a3061dd167b7f448e243d0c (patch) | |
| tree | fb5d955108157c314d4b0d0cd0c3500d6c0d1b39 /go | |
| parent | c1bc529654d4034c08082568c6c93610ffc0a06e (diff) | |
| download | seaweedfs-41f29e9d8c8a910d3a3061dd167b7f448e243d0c.tar.xz seaweedfs-41f29e9d8c8a910d3a3061dd167b7f448e243d0c.zip | |
Adjust versioning. Beta version should not have a date.
Diffstat (limited to 'go')
| -rw-r--r-- | go/util/constants.go | 2 |
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" ) |
