From bf8f0810fd4c188b28e7715f144e7912173b690e Mon Sep 17 00:00:00 2001 From: yinghuocho Date: Sat, 8 Jul 2017 16:53:16 -0700 Subject: [PATCH] 0.4.8 socketpipe to bytepipe --- client/Makefile | 4 ++-- client/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Makefile b/client/Makefile index 62ba233..b68d1a2 100755 --- a/client/Makefile +++ b/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 diff --git a/client/main.go b/client/main.go index 2cfa918..145de40 100644 --- a/client/main.go +++ b/client/main.go @@ -34,7 +34,7 @@ import ( ) const ( - FIREFLY_VERSION = "0.4.7" + FIREFLY_VERSION = "0.4.8" ) type clientOptions struct {