Skip to content

Commit

Permalink
update brew version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyang committed Aug 1, 2019
1 parent 8beb957 commit f5cddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var CWD string
var RELEASE_VERSION []byte

func init() {
RELEASE_VERSION = []byte(`0.1.4-beta`)
RELEASE_VERSION = []byte(`0.1.42-beta`)
CWD, _ = os.Getwd()
initLogLevel()
}
Expand Down

0 comments on commit f5cddba

Please sign in to comment.