Skip to content

Commit

Permalink
0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yinghuocho committed Oct 12, 2017
1 parent bf8f081 commit 2dc793a
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.8
SHORTVERSION := 0.4.8
VERSION := 0.4.9
SHORTVERSION := 0.4.9

.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.8"
FIREFLY_VERSION = "0.4.9"
)

type clientOptions struct {
Expand Down

0 comments on commit 2dc793a

Please sign in to comment.