Skip to content

Commit

Permalink
Bumping version to v0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
1 parent 2d2f164 commit 418b172
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 @@ -54,7 +54,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.27.2 \
--config-file /app/${{ inputs.config-file }} \
--create-pr-comment-file ${{ inputs.send-pr-comment }} \
${{ steps.assemble-output-file-param.outputs.output-file-param }} ${{ steps.assemble-verbose-param.outputs.verbose-param }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/godatadriven/dbt-bouncer"
version = "0.0.0"
version = "0.27.2"

[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
Expand Up @@ -5,4 +5,4 @@ def version() -> str:
str: The version of `dbt-bouncer`.
"""
return "0.0.0"
return "0.27.2"

0 comments on commit 418b172

Please sign in to comment.