Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Maclean committed Sep 26, 2017
1 parent 1c5fab3 commit 50c97d0
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,6 +1,12 @@
Changelog
=========

0.1.4
-----

Fix a bug where uploaded database archives were not being deleted.
Minor fix to CLI output formatting

0.1.3
-----

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.3
VERSION=0.1.4
BUILD_COMMAND=go build -ldflags "-X main.version=$(VERSION)"
CLIENT_BUILD_COMMAND=go build -ldflags "-X main.version=$(VERSION)"
PACKAGES=./routes ./models ./store ./auth ./cli ./client
Expand Down

0 comments on commit 50c97d0

Please sign in to comment.