From dc3d1082a2972820a7286949cc5a176d052574e2 Mon Sep 17 00:00:00 2001 From: Katsuhiko YOSHIDA Date: Tue, 2 Jan 2018 13:46:25 +0900 Subject: [PATCH] Update version --- Changes | 7 ++++++- tosa.go | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index e367ff2..f475aee 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Changes ======= -0.0.1 +0.0.2 + * Add document link + * Raise not found error when Pull reqesut is not found + * Add debug option + +0.0.2 First release! diff --git a/tosa.go b/tosa.go index 7f89c27..89205e4 100644 --- a/tosa.go +++ b/tosa.go @@ -9,7 +9,7 @@ import ( "github.com/skratchdot/open-golang/open" ) -const version = "0.0.1" +const version = "0.0.2" const ( // EnvDebug is environmental var to handle debug mode