From 0bb816b8768fc8291435ced2534dd7445165358b Mon Sep 17 00:00:00 2001 From: Songmu Date: Fri, 22 Nov 2019 21:50:45 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.0.4 ## [v0.0.4](https://github.com/knqyf263/utern/compare/v0.0.3...v0.0.4) (2019-11-22) * Fix spinner output to stderr [#12](https://github.com/knqyf263/utern/pull/12) ([kawaz](https://github.com/kawaz)) --- CHANGELOG.md | 4 ++++ main.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 896e201..dfba951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.4](https://github.com/knqyf263/utern/compare/v0.0.3...v0.0.4) (2019-11-22) + +* Fix spinner output to stderr [#12](https://github.com/knqyf263/utern/pull/12) ([kawaz](https://github.com/kawaz)) + ## [v0.0.3](https://github.com/knqyf263/utern/compare/v0.0.2...v0.0.3) (2019-11-18) * add Makefile and introduce godzil for releng [#11](https://github.com/knqyf263/utern/pull/11) ([Songmu](https://github.com/Songmu)) diff --git a/main.go b/main.go index 39f1428..e9471f4 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( "github.com/urfave/cli" ) -const version = "0.0.3" +const version = "0.0.4" var commit string