diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-05-13 00:03:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-05-13 00:03:10 -0700 |
| commit | 982aaa41b906912dbf3b68005edc9c5dd0730f4a (patch) | |
| tree | 008ce09b84a0b8e5a0734161c93327a02019bd50 /go/util | |
| parent | 68ceea3f8d788cfab912491af7eb7384701457a6 (diff) | |
| download | seaweedfs-982aaa41b906912dbf3b68005edc9c5dd0730f4a.tar.xz seaweedfs-982aaa41b906912dbf3b68005edc9c5dd0730f4a.zip | |
Add control+c or INT handling
Diffstat (limited to 'go/util')
| -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 42a5a1c64..cd8cf72c9 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.57" + VERSION = "0.57 beta" ) |
