From 15b1f5c19bafe52f0c5aa9922b98f4000c90bcb6 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Fri, 3 Aug 2018 12:33:48 +0900 Subject: [PATCH] bumped version to 0.9.1. * support private key with passphrase. refs #98, #99 Thanks @deme0607 * support request tracking by self-inserted ID. refs #95 Thanks @u5surf --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5afb88b..8e2b8ba 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.0 +VERSION=0.9.1 TARGETS_NOVENDOR=$(shell glide novendor) all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 9dbcab1..4b69f4a 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.9.0" + Version = "0.9.1" ) const (