From c051db8e28cd487443d3c058e6cf5f154ee2af1e Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Fri, 3 Mar 2017 18:03:14 +0900 Subject: [PATCH] bumped version to 0.8.0. --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7cf7e11..80e0e66 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.7.1 +VERSION=0.8.0 TARGETS_NOVENDOR=$(shell glide novendor) all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 575a7a5..da94d96 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.7.1" + Version = "0.8.0" ) const (