From c7243351f6e58153de1dbb1aa5aef3b0cfec8c09 Mon Sep 17 00:00:00 2001 From: Akihiko Horiuchi <12ff5b8@gmail.com> Date: Sun, 24 May 2015 00:14:54 +0900 Subject: [PATCH] update version to 0.2.1 --- Gomfile | 1 + Makefile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gomfile b/Gomfile index cd242e3..eb71485 100644 --- a/Gomfile +++ b/Gomfile @@ -1,4 +1,5 @@ gom 'github.com/spf13/cobra' +gom 'github.com/mattn/go-isatty' gom 'github.com/tcnksm/go-latest' group :development do diff --git a/Makefile b/Makefile index 3721f5d..e962d2a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.2.0 +VERSION := 0.2.1 GO_BUILDOPT := -ldflags '-s -w -X main.version $(VERSION)' gom: diff --git a/README.md b/README.md index 660a6d9..9640769 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## ohgi v0.2.0 +## ohgi v0.2.1 ![image.png](https://raw.githubusercontent.com/hico-horiuchi/ohgi/master/image.png)