diff --git a/client/Makefile b/client/Makefile index 542ee6e..235c8b8 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,7 +1,5 @@ -VERSION := 0.4.1 -SHORTVERSION := 0.4.1 - -DESC := "A proxy software for censorship circumvention" +VERSION := 0.4.2 +SHORTVERSION := 0.4.2 .PHONY: windows package-windows linux package-linux darwin package-darwin clean @@ -11,6 +9,7 @@ define fpm-debian-build VERSION=$2 && \ WORKDIR=$$(mktemp -dt "$$(basename $$0).XXXXXXXXXX") && \ INSTALLER_RESOURCES=./installer/linux && \ + DESC="A proxy software for censorship circumvention" && \ \ mkdir -p $$WORKDIR/usr/bin && \ mkdir -p $$WORKDIR/usr/share/applications && \ diff --git a/client/main.go b/client/main.go index f13c4a1..4fa5c6b 100644 --- a/client/main.go +++ b/client/main.go @@ -34,7 +34,7 @@ import ( ) const ( - FIREFLY_VERSION = "0.4.1" + FIREFLY_VERSION = "0.4.2" ) type clientOptions struct {