From ef6960bc1ff0f64e43cfc0330456afc6ecb03c15 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Wed, 5 Oct 2016 12:17:55 +0900 Subject: [PATCH] bumped version to 0.7.0. --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b81805..9caa890 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.6.1 +VERSION=0.7.0 TARGETS_NOVENDOR=$(shell glide novendor) all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 4786a81..a388b13 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.6.1" + Version = "0.7.0" ) const (