Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellis2323 committed Feb 1, 2018
1 parent 68c1895 commit 339aaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from subprocess import call

PLATFORMS = [ "windows/amd64", "windows/386", "darwin/amd64", "linux/amd64", "linux/386" ]
VERSION = "0.6.0"
VERSION = "0.1.1"
if __name__ == "__main__":
if not os.path.exists("build"):
os.makedirs("build")
Expand Down

0 comments on commit 339aaf7

Please sign in to comment.