Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Mar 23, 2017
1 parent 30da6ee commit e97c4b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1 (March 23, 2017)

IMPROVEMENTS:

- CLI returns exit code 1 and logs error before exiting

## 0.3.0 (March 23, 2017)

BREAKING CHANGES:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package version

const Maj = "0"
const Min = "3"
const Fix = "0"
const Fix = "1"

const Version = Maj + "." + Min + "." + Fix

0 comments on commit e97c4b5

Please sign in to comment.