diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-17 21:31:15 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-17 21:31:15 +0100 |
commit | ea7d86ed51a4b107adaa7fe0529f693619fe0276 (patch) | |
tree | 762bab2daa8e39df1843652069d24e91dba1d034 /launch.sh | |
parent | 596f269621f575d84ca95b6328159577dbb3f436 (diff) | |
download | poezio-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-x | launch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] |