Update version string in launch script
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a6f840e7ba
commit
0ec5250056
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if [ -e .git ]
|
||||||
then
|
then
|
||||||
args=$(git show --format='%h %ci' | head -n1)
|
args=$(git show --format='%h %ci' | head -n1)
|
||||||
else
|
else
|
||||||
args="0.9-dev"
|
args="0.12-dev"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e "$POEZIO_VENV" ]
|
if [ -e "$POEZIO_VENV" ]
|
||||||
|
|
Loading…
Reference in a new issue