From 13624e09aef15f8c37cdbd2c8e1b538724808e28 Mon Sep 17 00:00:00 2001 From: Makoto Naruse Date: Fri, 24 Sep 2021 12:14:58 +0900 Subject: [PATCH] chore: bumped version to 0.14.0 --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ff9f9c0..6b17805 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.13.2 +VERSION=0.14.0 all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 822e082..dd2553f 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.13.2" + Version = "0.14.0" ) const (