Browse Source

this is a fix important enough for a version bump

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

2
go/weed/version.go

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

Loading…
Cancel
Save