diff --git a/client/Makefile b/client/Makefile index d5c6b95..f1853b6 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,5 +1,5 @@ -VERSION := 0.4.0 -SHORTVERSION := 0.4.0 +VERSION := 0.4.1 +SHORTVERSION := 0.4.1 .PHONY: windows package-windows linux package-linux darwin package-darwin clean diff --git a/client/main.go b/client/main.go index b28f991..88e65c0 100644 --- a/client/main.go +++ b/client/main.go @@ -34,7 +34,7 @@ import ( ) const ( - FIREFLY_VERSION = "0.4.0" + FIREFLY_VERSION = "0.4.1" ) type clientOptions struct {