summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-12-17 21:31:15 +0100
committermathieui <mathieui@mathieui.net>2014-12-17 21:31:15 +0100
commitea7d86ed51a4b107adaa7fe0529f693619fe0276 (patch)
tree762bab2daa8e39df1843652069d24e91dba1d034 /launch.sh
parent596f269621f575d84ca95b6328159577dbb3f436 (diff)
downloadpoezio-ea7d86ed51a4b107adaa7fe0529f693619fe0276.tar.gz
poezio-ea7d86ed51a4b107adaa7fe0529f693619fe0276.tar.bz2
poezio-ea7d86ed51a4b107adaa7fe0529f693619fe0276.tar.xz
poezio-ea7d86ed51a4b107adaa7fe0529f693619fe0276.zip
Update CHANGELOG and versions
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" ]