diff --git a/client/Makefile b/client/Makefile index b68d1a2..3b3d12e 100755 --- a/client/Makefile +++ b/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 diff --git a/client/main.go b/client/main.go index 145de40..948f234 100644 --- a/client/main.go +++ b/client/main.go @@ -34,7 +34,7 @@ import ( ) const ( - FIREFLY_VERSION = "0.4.8" + FIREFLY_VERSION = "0.4.9" ) type clientOptions struct {