Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
plukevdh committed Sep 27, 2016
1 parent 3f27b05 commit ac53417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-release:
test:
crystal spec

release: all
release:
git push origin master
git tag $(VERSION)
git push origin tag $(VERSION)
2 changes: 1 addition & 1 deletion src/biplane/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Biplane
VERSION = "1.3.12"
VERSION = "1.3.13"
end

0 comments on commit ac53417

Please sign in to comment.