Skip to content

Commit f5cddba

Browse files
author
yuyang
committed
update brew version
1 parent 8beb957 commit f5cddba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var CWD string
1111
var RELEASE_VERSION []byte
1212

1313
func init() {
14-
RELEASE_VERSION = []byte(`0.1.4-beta`)
14+
RELEASE_VERSION = []byte(`0.1.42-beta`)
1515
CWD, _ = os.Getwd()
1616
initLogLevel()
1717
}

0 commit comments

Comments
 (0)