diff options
-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.9-dev" + args="0.12-dev" fi if [ -e "$POEZIO_VENV" ] |
index : poezio | ||
console XMPP client in python3 | louiz@louiz.org |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | launch.sh | 2 |
@@ -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" ] |