Skip to content

Commit

Permalink
Version 2.0.24
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <[email protected]>
  • Loading branch information
miekg committed Oct 19, 2018
1 parent 2b8063b commit a7f9eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ clean:
git-commit:
git ci -am"Version $(VERSION)"
git push --tags
git push

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of mmark.
var Version = "2.0.23"
var Version = "2.0.24"

0 comments on commit a7f9eba

Please sign in to comment.