Skip to content

Commit

Permalink
Bumping version to v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2024
1 parent 6b4e3cf commit a4bbe16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
--env GITHUB_RUN_ID='${{ github.run_id }}' \
--env GITHUB_TOKEN='${{ github.token }}' \
--volume "$GITHUB_WORKSPACE":/app \
ghcr.io/godatadriven/dbt-bouncer:v0.0.0 \
ghcr.io/godatadriven/dbt-bouncer:v0.21.1 \
--config-file /app/${{ inputs.config-file }} \
--create-pr-comment-file ${{ inputs.send-pr-comment }} \
${{ steps.assemble-output-file-param.outputs.output-file-param }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/godatadriven/dbt-bouncer"
version = "0.0.0"
version = "0.21.1"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.13"
Expand Down
2 changes: 1 addition & 1 deletion src/dbt_bouncer/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def version() -> str:
return "0.0.0"
return "0.21.1"

0 comments on commit a4bbe16

Please sign in to comment.