From ab6387d9c3278dcb71ed904db2a08be6a897aac6 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Fri, 24 Jun 2016 13:18:08 +0900 Subject: [PATCH] bumped version to 0.5.1. --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e45ee17..2f0ff17 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.5.0 +VERSION=0.5.1 TARGETS_NOVENDOR=$(shell glide novendor) all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index a5560fb..9552a02 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.5.0" + Version = "0.5.1" ) const (