Browse Source

so many bug fixes, well worth an version bump

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

2
go/weed/version.go

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

Loading…
Cancel
Save