Skip to content

Commit 923e5ef

Browse files
author
github-actions[bot]
committed
Bumping version to v1.7.0
1 parent 8cf8e79 commit 923e5ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
--env GITHUB_RUN_ID='${{ github.run_id }}' \
7070
--env GITHUB_TOKEN='${{ github.token }}' \
7171
--volume "$GITHUB_WORKSPACE":/app \
72-
ghcr.io/godatadriven/dbt-bouncer:v0.0.0 \
72+
ghcr.io/godatadriven/dbt-bouncer:v1.7.0 \
7373
--config-file /app/${{ inputs.config-file }} \
7474
--create-pr-comment-file ${{ inputs.send-pr-comment }} \
7575
${{ 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 }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name = "dbt-bouncer"
3939
readme = "README.md"
4040
repository = "https://github.com/godatadriven/dbt-bouncer"
4141
requires-python = ">=3.9,<3.14"
42-
version = "0.0.0"
42+
version = "1.7.0"
4343

4444
[project.scripts]
4545
dbt-bouncer = "dbt_bouncer.main:cli"

src/dbt_bouncer/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ def version() -> str:
55
str: The version of `dbt-bouncer`.
66
77
"""
8-
return "0.0.0"
8+
return "1.7.0"

0 commit comments

Comments
 (0)