Skip to content

Commit

Permalink
Bump version to 0.6.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Dec 4, 2017
1 parent 6ee5b94 commit 59c4d83
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

## 0.6.8 (2017-12-04)

- **[FIX]** Fix CLI output bug introduced in 0.6.7

## 0.6.7 (2017-12-04)

- **[NEW]** Added `slug` command, which prints the slug for the current clone 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 @@ -16,7 +16,7 @@ import (
)

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

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

0 comments on commit 59c4d83

Please sign in to comment.