From 3df64dc1ffed920cb60cb47a039bab3371958fe5 Mon Sep 17 00:00:00 2001 From: catatsuy Date: Tue, 17 Sep 2019 20:18:19 +0900 Subject: [PATCH] bumped version to 0.11.1 --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07506ce..14d2e1e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.11.0 +VERSION=0.11.1 all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 7bf9a59..b62894c 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.11.0" + Version = "0.11.1" ) const (