Browse Source

bump to 0.30 since it fixed an important bug

pull/2/head
Chris Lu 12 years ago
parent
commit
0c75e0438e
  1. 2
      go/weed/version.go

2
go/weed/version.go

@ -6,7 +6,7 @@ import (
)
const (
VERSION = "0.29"
VERSION = "0.30"
)
var cmdVersion = &Command{

Loading…
Cancel
Save