diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-02-05 01:55:37 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-02-05 01:55:37 -0800 |
| commit | 2cba1234748dca4cdd381466741809b4f49aab5a (patch) | |
| tree | 53404435d175ebef7f17ecbb392549eee8432d34 /go | |
| parent | e7585548a4daa2033896f2c4390fd19d0ffce066 (diff) | |
| download | seaweedfs-2cba1234748dca4cdd381466741809b4f49aab5a.tar.xz seaweedfs-2cba1234748dca4cdd381466741809b4f49aab5a.zip | |
bump up to 0.46
Diffstat (limited to 'go')
| -rw-r--r-- | go/weed/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/version.go b/go/weed/version.go index 0d2d4cdcf..561057778 100644 --- a/go/weed/version.go +++ b/go/weed/version.go @@ -6,7 +6,7 @@ import ( ) const ( - VERSION = "0.45" + VERSION = "0.46" ) var cmdVersion = &Command{ |
