From 64b6e195f010b7ba9018370cc2264509847851cf Mon Sep 17 00:00:00 2001 From: catatsuy Date: Wed, 29 Jan 2020 15:20:14 +0900 Subject: [PATCH] dumped version to 0.13.0 --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8ec6723..097cf08 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.12.0 +VERSION=0.13.0 all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index b621a91..d0f8fdd 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.12.0" + Version = "0.13.0" ) const (