diff --git a/action.yml b/action.yml index 90e8d356..398b3f04 100644 --- a/action.yml +++ b/action.yml @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index a1669f05..fc642cd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/dbt_bouncer/version.py b/src/dbt_bouncer/version.py index e387c7e2..b6d1dafb 100644 --- a/src/dbt_bouncer/version.py +++ b/src/dbt_bouncer/version.py @@ -5,4 +5,4 @@ def version() -> str: str: The version of `dbt-bouncer`. """ - return "0.0.0" + return "0.27.2"