Skip to content

Commit

Permalink
[0.4.1] update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yinghuocho committed Apr 14, 2016
1 parent cdc27d5 commit 722a9f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/Makefile
@@ -1,5 +1,5 @@
VERSION := 0.4.0
SHORTVERSION := 0.4.0
VERSION := 0.4.1
SHORTVERSION := 0.4.1

.PHONY: windows package-windows linux package-linux darwin package-darwin clean

Expand Down
2 changes: 1 addition & 1 deletion client/main.go
Expand Up @@ -34,7 +34,7 @@ import (
)

const (
FIREFLY_VERSION = "0.4.0"
FIREFLY_VERSION = "0.4.1"
)

type clientOptions struct {
Expand Down

0 comments on commit 722a9f4

Please sign in to comment.