Skip to content

Commit

Permalink
feat: increase version number for new minor release
Browse files Browse the repository at this point in the history
The pyproject.toml mistakenly already specified version 0.2.0. In future
releases its version should be kept in sync with pyromaniac.sh and git
tags.
  • Loading branch information
the-dipsy committed Apr 23, 2024
1 parent 946d618 commit f5480a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyromaniac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ exec podman run \
--rm --interactive --security-opt 'label=disable' \
--volume '.:/spec:ro' \
"${params[@]}" \
ghcr.io/salatfreak/pyromaniac:0.1.0 "${args[@]}"
ghcr.io/salatfreak/pyromaniac:0.2.0 "${args[@]}"

0 comments on commit f5480a0

Please sign in to comment.