Browse Source

v0.42

Changes: 
* fixed issue 45
pull/2/head
Chris Lu 11 years ago
parent
commit
738e528329
  1. 2
      go/weed/version.go

2
go/weed/version.go

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

Loading…
Cancel
Save