ci: drop -dev version suffix

This commit is contained in:
Martin Wimpress 2024-07-23 12:22:01 +01:00 committed by Martin Wimpress
commit 8844ba12be

View file

@ -2,7 +2,7 @@
# shellcheck disable=SC2154
readonly STREAM_SPROUT_YAML="stream-sprout.yaml"
readonly VERSION="0.1.3-dev"
readonly VERSION="0.1.3"
function ctrl_c() {
echo " - Trapped: CTRL-C"