Skip to content

Commit

Permalink
Bump to version 0.1.3
Browse files Browse the repository at this point in the history
- Cleanup compressed upload after extraction
  • Loading branch information
nlopes committed Sep 15, 2017
1 parent a6c2040 commit a28ca00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.1.3
-----

Cleanup compressed upload after extraction

0.1.2
-----

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.2
VERSION=0.1.3
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 a28ca00

Please sign in to comment.