From 722a9f400532cdc1ceeb948ce1ec863c5a3c41f1 Mon Sep 17 00:00:00 2001 From: yinghuocho Date: Thu, 14 Apr 2016 09:40:52 -0700 Subject: [PATCH] [0.4.1] update version number --- client/Makefile | 4 ++-- client/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {