diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-08-11 11:50:18 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-08-11 11:50:18 -0700 |
| commit | 0deda9b638b4dcc3e0f865b0279f7f8b9336e57e (patch) | |
| tree | 2e0a80d53e124a576ca3cb7965fbd5f1635f24eb /go | |
| parent | 7cef280bdc77099e0048692893f440038c8cc0cb (diff) | |
| download | seaweedfs-0deda9b638b4dcc3e0f865b0279f7f8b9336e57e.tar.xz seaweedfs-0deda9b638b4dcc3e0f865b0279f7f8b9336e57e.zip | |
prepare to release 0.38
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 769149a06..e558c553f 100644 --- a/go/weed/version.go +++ b/go/weed/version.go @@ -6,7 +6,7 @@ import ( ) const ( - VERSION = "0.38" + VERSION = "0.39" ) var cmdVersion = &Command{ |
