From f8510b1624cb25ea4d20b0c5ba0e15ac269abda6 Mon Sep 17 00:00:00 2001 From: catatsuy Date: Fri, 19 Oct 2018 11:25:27 +0900 Subject: [PATCH] bumped version to 0.10.0 * change the default value of use_fcm to true --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e2b8ba..74147f9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.1 +VERSION=0.10.0 TARGETS_NOVENDOR=$(shell glide novendor) all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 4b69f4a..6acefae 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.9.1" + Version = "0.10.0" ) const (