Skip to content

Commit 5cadff4

Browse files
author
github-actions[bot]
committed
Bumping version to v1.5.0
1 parent 9a74e6c commit 5cadff4

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
@@ -54,7 +54,7 @@ runs:
5454
--env GITHUB_RUN_ID='${{ github.run_id }}' \
5555
--env GITHUB_TOKEN='${{ github.token }}' \
5656
--volume "$GITHUB_WORKSPACE":/app \
57-
ghcr.io/godatadriven/dbt-bouncer:v0.0.0 \
57+
ghcr.io/godatadriven/dbt-bouncer:v1.5.0 \
5858
--config-file /app/${{ inputs.config-file }} \
5959
--create-pr-comment-file ${{ inputs.send-pr-comment }} \
6060
${{ steps.assemble-output-file-param.outputs.output-file-param }} ${{ steps.assemble-verbose-param.outputs.verbose-param }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ packages = [
7878
]
7979
readme = "README.md"
8080
repository = "https://github.com/godatadriven/dbt-bouncer"
81-
version = "0.0.0"
81+
version = "1.5.0"
8282

8383
[tool.poetry.dependencies]
8484
python = ">=3.9,<3.14"

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.5.0"

0 commit comments

Comments
 (0)