Browse Source

found bugs with 0.50, backing off for now

pull/2/head
Chris Lu 11 years ago
parent
commit
e5e6eeda83
  1. 2
      go/weed/version.go

2
go/weed/version.go

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

Loading…
Cancel
Save