summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-05-31 17:46:34 +0200
committermathieui <mathieui@mathieui.net>2020-05-31 17:50:19 +0200
commitd8785ae0bdc86d135043ecec39babc5c54106ef4 (patch)
tree0d3b2dfd36ec2f9b3ceb98fa56af59324283f19e /launch.sh
parent7650591c6b921096ca270d626276e94479c271ab (diff)
downloadpoezio-d8785ae0bdc86d135043ecec39babc5c54106ef4.tar.gz
poezio-d8785ae0bdc86d135043ecec39babc5c54106ef4.tar.bz2
poezio-d8785ae0bdc86d135043ecec39babc5c54106ef4.tar.xz
poezio-d8785ae0bdc86d135043ecec39babc5c54106ef4.zip
Update version to 0.13.1v0.13.1
And remove some annoying logic
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index 92f8545a..14d8c071 100755
--- a/launch.sh
+++ b/launch.sh
@@ -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" ]