From 7d137570112886fd57f068ffc1b8f0864b6dabcd Mon Sep 17 00:00:00 2001 From: James Harris Date: Thu, 7 Jun 2018 15:23:08 +1000 Subject: [PATCH] Bump version to 0.6.9 --- CHANGELOG.md | 2 +- src/cmd/grit/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce0433..c7d73bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/cmd/grit/main.go b/src/cmd/grit/main.go index 0cce38f..cae3623 100644 --- a/src/cmd/grit/main.go +++ b/src/cmd/grit/main.go @@ -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()) {