From d43a5d2dae1573e03dec545a2103f1bc61a3e0d6 Mon Sep 17 00:00:00 2001 From: Songmu Date: Mon, 16 Sep 2019 14:04:07 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.13.0 ## [v0.13.0](https://github.com/tcnksm/ghr/compare/v0.12.2...v0.13.0) (2019-09-16) * Show the exact `gofmt` command in README [#117](https://github.com/tcnksm/ghr/pull/117) ([roschaefer](https://github.com/roschaefer)) * just release without files [#118](https://github.com/tcnksm/ghr/pull/118) ([roschaefer](https://github.com/roschaefer)) * Fix typo [#114](https://github.com/tcnksm/ghr/pull/114) ([roschaefer](https://github.com/roschaefer)) --- CHANGELOG.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9516824..8918dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.13.0](https://github.com/tcnksm/ghr/compare/v0.12.2...v0.13.0) (2019-09-16) + +* Show the exact `gofmt` command in README [#117](https://github.com/tcnksm/ghr/pull/117) ([roschaefer](https://github.com/roschaefer)) +* just release without files [#118](https://github.com/tcnksm/ghr/pull/118) ([roschaefer](https://github.com/roschaefer)) +* Fix typo [#114](https://github.com/tcnksm/ghr/pull/114) ([roschaefer](https://github.com/roschaefer)) + ## [v0.12.2](https://github.com/tcnksm/ghr/compare/v0.12.1...v0.12.2) (2019-07-08) * exclude hidden file [#113](https://github.com/tcnksm/ghr/pull/113) ([karupanerura](https://github.com/karupanerura)) diff --git a/version.go b/version.go index 3fc2c70..4ca9b99 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( const Name = "ghr" // Version is application version -const Version string = "0.12.2" +const Version string = "0.13.0" // GitCommit describes latest commit hash. // This is automatically extracted by git describe --always.