Skip to content

Commit

Permalink
Bump version to 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jun 7, 2018
1 parent 9fb62cb commit 7d13757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next Release
## 0.6.9 (2018-06-07)

- **[IMPROVED]** Interactive clone directory prompts now order the options by their distance from the current working directory
- **[IMPROVED]** Interactive clone directory prompts now indicate if one of the options is the current working directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/grit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// VERSION is the current Grit version.
var VERSION = semver.MustParse("0.6.8")
var VERSION = semver.MustParse("0.6.9")

func main() {
if isatty.IsTerminal(os.Stdout.Fd()) {
Expand Down

0 comments on commit 7d13757

Please sign in to comment.