diff --git a/action.yml b/action.yml index cf539c8c..37ecdd4a 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,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.19.1 \ --config-file /app/${{ inputs.config-file }} \ --create-pr-comment-file ${{ inputs.send-pr-comment }} \ ${{ steps.assemble-output-file-param.outputs.output-file-param }} diff --git a/pyproject.toml b/pyproject.toml index 996a2836..fa697add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/godatadriven/dbt-bouncer" -version = "0.0.0" +version = "0.19.1" [tool.poetry.dependencies] python = ">=3.8.1,<3.13" diff --git a/src/dbt_bouncer/version.py b/src/dbt_bouncer/version.py index 26ac3d05..a6f2bb9f 100644 --- a/src/dbt_bouncer/version.py +++ b/src/dbt_bouncer/version.py @@ -1,2 +1,2 @@ def version() -> str: - return "0.0.0" + return "0.19.1"