Skip to content

Commit

Permalink
fix: increment pyromaniac version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dipsy committed Aug 26, 2024
1 parent f60fb9e commit a92a915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyromaniac"
version = "0.2.0"
version = "0.3.0"
description = "Obsessed with creating Ignition"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
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.2.0 "${args[@]}"
ghcr.io/salatfreak/pyromaniac:0.3.0 "${args[@]}"

0 comments on commit a92a915

Please sign in to comment.