File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 69
69
--env GITHUB_RUN_ID='${{ github.run_id }}' \
70
70
--env GITHUB_TOKEN='${{ github.token }}' \
71
71
--volume "$GITHUB_WORKSPACE":/app \
72
- ghcr.io/godatadriven/dbt-bouncer:v0.0 .0 \
72
+ ghcr.io/godatadriven/dbt-bouncer:v1.7 .0 \
73
73
--config-file /app/${{ inputs.config-file }} \
74
74
--create-pr-comment-file ${{ inputs.send-pr-comment }} \
75
75
${{ 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 }}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ name = "dbt-bouncer"
39
39
readme = " README.md"
40
40
repository = " https://github.com/godatadriven/dbt-bouncer"
41
41
requires-python = " >=3.9,<3.14"
42
- version = " 0.0 .0"
42
+ version = " 1.7 .0"
43
43
44
44
[project .scripts ]
45
45
dbt-bouncer = " dbt_bouncer.main:cli"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ def version() -> str:
5
5
str: The version of `dbt-bouncer`.
6
6
7
7
"""
8
- return "0.0 .0"
8
+ return "1.7 .0"
You can’t perform that action at this time.
0 commit comments