Skip to content

Commit

Permalink
0.4.8 socketpipe to bytepipe
Browse files Browse the repository at this point in the history
  • Loading branch information
yinghuocho committed Jul 8, 2017
1 parent cf263d6 commit bf8f081
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.7
SHORTVERSION := 0.4.7
VERSION := 0.4.8
SHORTVERSION := 0.4.8

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

type clientOptions struct {
Expand Down

0 comments on commit bf8f081

Please sign in to comment.