Update version string in launch script

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2018-08-19 23:07:07 +01:00
parent a6f840e7ba
commit 0ec5250056

View file

@ -9,7 +9,7 @@ if [ -e .git ]
then
args=$(git show --format='%h %ci' | head -n1)
else
args="0.9-dev"
args="0.12-dev"
fi
if [ -e "$POEZIO_VENV" ]