summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2022-04-10 15:05:24 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2022-04-10 17:22:49 +0200
commit61076a2c35c33a21110743c3e65c9212227d0598 (patch)
tree9fb3e3e8aadaf80101ffb71554b110a2e9feec92 /launch.sh
parenta55431fbb7f730b2d54132aa3037c3cf3cc1d86b (diff)
downloadpoezio-61076a2c35c33a21110743c3e65c9212227d0598.tar.gz
poezio-61076a2c35c33a21110743c3e65c9212227d0598.tar.bz2
poezio-61076a2c35c33a21110743c3e65c9212227d0598.tar.xz
poezio-61076a2c35c33a21110743c3e65c9212227d0598.zip
Release 0.14v0.14
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
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 57537631..94283109 100755
--- a/launch.sh
+++ b/launch.sh
@@ -9,7 +9,7 @@ if [ -e .git ]
then
args=$(git show --format='%h %ci' | head -n1)
else
- args="0.13.1-dev"
+ args="0.14-dev"
fi
if [ -e "$POEZIO_VENV" ]