From 2dc793a57e01910b0cd28f7a99bb1eef1d5428d3 Mon Sep 17 00:00:00 2001 From: yinghuocho Date: Thu, 12 Oct 2017 11:24:58 -0700 Subject: [PATCH] 0.4.9 --- client/Makefile | 4 ++-- client/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {