diff options
| author | chrislusf <chris.lu@gmail.com> | 2016-04-14 01:31:03 -0700 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2016-04-14 01:31:03 -0700 |
| commit | f91baa4b4b791058703fa63697fd8e38b31e4b3b (patch) | |
| tree | 0ae15fd33ad51d23629d7eab77031ff9641ebb2c /go | |
| parent | 0649d778a72d4c0c27b3f2049fdb6f6e18956a65 (diff) | |
| download | seaweedfs-f91baa4b4b791058703fa63697fd8e38b31e4b3b.tar.xz seaweedfs-f91baa4b4b791058703fa63697fd8e38b31e4b3b.zip | |
mark it as 0.71beta
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 5f6ffae19..6b6b0b911 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.70" + VERSION = "0.71 beta" ) |
