summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
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 ab2829a1..fcbfa5d9 100755
--- a/launch.sh
+++ b/launch.sh
@@ -6,7 +6,7 @@ if [ -d "$poezio_dir/.git" ]
then
args=$(git --git-dir="$poezio_dir/.git" show --format='%h %ci' | head -n1)
else
- args="0.8.3-dev"
+ args="0.9-dev"
fi
if [ -e "$poezio_dir/$VENV" ]