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 {