diff options
author | mathieui <mathieui@mathieui.net> | 2020-05-31 17:46:34 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-05-31 17:50:19 +0200 |
commit | d8785ae0bdc86d135043ecec39babc5c54106ef4 (patch) | |
tree | 0d3b2dfd36ec2f9b3ceb98fa56af59324283f19e /launch.sh | |
parent | 7650591c6b921096ca270d626276e94479c271ab (diff) | |
download | poezio-a9305961e7ada199b9994c9a31b9fb072c1bbf26.tar.gz poezio-a9305961e7ada199b9994c9a31b9fb072c1bbf26.tar.bz2 poezio-a9305961e7ada199b9994c9a31b9fb072c1bbf26.tar.xz poezio-a9305961e7ada199b9994c9a31b9fb072c1bbf26.zip |
Update version to 0.13.1v0.13.1
And remove some annoying logic
Diffstat (limited to 'launch.sh')
-rwxr-xr-x | launch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ if [ -e .git ] then args=$(git show --format='%h %ci' | head -n1) else - args="0.12-dev" + args="0.13.1-dev" fi if [ -e "$POEZIO_VENV" ] |