Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Jul 13, 2020
1 parent e8b8ce6 commit de8f87c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

NAME := pistol
VERSION := v0.1.3
VERSION := v0.1.4

build:
go build -ldflags "-X 'main.Version=$(VERSION)'" ./cmd/pistol
Expand Down
4 changes: 4 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
= Change Log / News

== 0.1.4

Empty lines are now skipped when config file is parsed, and not crashing Pistol.

== 0.1.3

Dependencies were updated to their latest, thanks to
Expand Down

0 comments on commit de8f87c

Please sign in to comment.