Checking in changes prior to tagging of version v1.1.0

## [v1.1.0](https://github.com/x-motemen/ghq/compare/v1.0.3...v1.1.0) (2020-01-24)

* update module name to github.com/x-motemen/ghq and fix import paths [#275](https://github.com/x-motemen/ghq/pull/275) ([Songmu](https://github.com/Songmu))
This commit is contained in:
Songmu 2020-01-24 21:25:46 +09:00
parent 3a5500a2ea
commit 057e0ffe6c
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## [v1.1.0](https://github.com/x-motemen/ghq/compare/v1.0.3...v1.1.0) (2020-01-24)
* update module name to github.com/x-motemen/ghq and fix import paths [#275](https://github.com/x-motemen/ghq/pull/275) ([Songmu](https://github.com/Songmu))
## [v1.0.3](https://github.com/motemen/ghq/compare/v1.0.2...v1.0.3) (2020-01-22)
* CGO_ENABLED=0 and drop -static flag [#273](https://github.com/motemen/ghq/pull/273) ([Songmu](https://github.com/Songmu))

View file

@ -8,7 +8,7 @@ import (
"github.com/urfave/cli/v2"
)
const version = "1.0.3"
const version = "1.1.0"
var revision = "HEAD"