From dc841d3016edb9c446fa0ccd30a8dc9f2129ec72 Mon Sep 17 00:00:00 2001 From: catatsuy Date: Mon, 28 Oct 2019 12:02:52 +0900 Subject: [PATCH] bumped version to 0.12.0 introduction of major PRs * update the modules and go version to 1.13 #129 * remove golang.org/x/net/http2 #130 * bug fix #133 --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 68ab390..8ec6723 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.11.1 +VERSION=0.12.0 all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index b62894c..b621a91 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.11.1" + Version = "0.12.0" ) const (