Skip to content

Commit

Permalink
Bumping version to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent 120002c commit f053390
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 @@ -69,7 +69,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:v1.8.0 \
--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-show-all-failures-param.outputs.show-all-failures-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 @@ -39,7 +39,7 @@ name = "dbt-bouncer"
readme = "README.md"
repository = "https://github.com/godatadriven/dbt-bouncer"
requires-python = ">=3.9,<3.14"
version = "0.0.0"
version = "1.8.0"

[project.scripts]
dbt-bouncer = "dbt_bouncer.main:cli"
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 "1.8.0"

0 comments on commit f053390

Please sign in to comment.