From 04f2c5bf5fd52eba3259773940ef40aaaf451283 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Thu, 10 Jun 2021 12:23:44 +0900 Subject: [PATCH] bumped version to 0.13.2. --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c16628..ff9f9c0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.13.1 +VERSION=0.13.2 all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 253a25c..822e082 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.13.1" + Version = "0.13.2" ) const (