next version.

This commit is contained in:
Bryce Covert
2015-11-09 09:29:37 -08:00
parent a0846f3618
commit b12112a0fb
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
6
8

View File

@@ -1,5 +1,6 @@
#!/bin/bash
gawk -i inplace ' { print $1+1; } ' last-release
git tag -a v0.1.`cat last-release` -m "tagging version 0.1.`cat last-release`"
lein do clean, compile, uberjar
java -jar packr.jar build-windows.json
java -jar packr.jar build-osx.json