Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.17.3
Browse files Browse the repository at this point in the history
## [v0.17.3](v0.17.2...v0.17.3) (2019-12-26)

* [incompatible] fix localRepositoryRoots order [#240](#240) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Dec 26, 2019
1 parent de9326b commit f98e8e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.17.3](https://github.com/motemen/ghq/compare/v0.17.2...v0.17.3) (2019-12-26)

* [incompatible] fix localRepositoryRoots order [#240](https://github.com/motemen/ghq/pull/240) ([Songmu](https://github.com/Songmu))

## [v0.17.2](https://github.com/motemen/ghq/compare/v0.17.1...v0.17.2) (2019-12-26)

* adjust ghq.root detection [#238](https://github.com/motemen/ghq/pull/238) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli/v2"
)

const version = "0.17.2"
const version = "0.17.3"

var revision = "HEAD"

Expand Down

0 comments on commit f98e8e6

Please sign in to comment.