diff --git a/deploy/aws/variables.tf b/deploy/aws/variables.tf index 0a998b3..05cdaab 100644 --- a/deploy/aws/variables.tf +++ b/deploy/aws/variables.tf @@ -176,11 +176,11 @@ variable "webhook_expression_blocklist" { } variable "pullapprove_version" { - default = "3.19.0" + default = "3.20.0" description = "The version of PullApprove being deployed" } variable "assets_dir" { - default = "../versions/3.19.0" + default = "../versions/3.20.0" description = "Path to the directory with assets for the version being deployed" } diff --git a/deploy/docs/install-bitbucket.md b/deploy/docs/install-bitbucket.md index 4ce8a74..556e1c7 100644 --- a/deploy/docs/install-bitbucket.md +++ b/deploy/docs/install-bitbucket.md @@ -69,7 +69,7 @@ and keep your download token a secret. ```sh $ cd deploy -$ ./scripts/download 3.19.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN +$ ./scripts/download 3.20.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN ``` ## Run terraform diff --git a/deploy/docs/install-gitlab.md b/deploy/docs/install-gitlab.md index 5bc806b..8b13d4a 100644 --- a/deploy/docs/install-gitlab.md +++ b/deploy/docs/install-gitlab.md @@ -75,7 +75,7 @@ and keep your download token a secret. ```sh $ cd deploy -$ ./scripts/download 3.19.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN +$ ./scripts/download 3.20.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN ``` ## Run terraform diff --git a/deploy/docs/install.md b/deploy/docs/install.md index 279def0..2096a85 100644 --- a/deploy/docs/install.md +++ b/deploy/docs/install.md @@ -80,7 +80,7 @@ and keep your download token a secret. ```sh $ cd deploy -$ ./scripts/download 3.19.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN +$ ./scripts/download 3.20.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN ``` ## Run terraform diff --git a/deploy/docs/update.md b/deploy/docs/update.md index 222f3aa..905f670 100644 --- a/deploy/docs/update.md +++ b/deploy/docs/update.md @@ -18,7 +18,7 @@ Download the assets for this version: ```sh $ cd deploy -$ ./scripts/download 3.19.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN +$ ./scripts/download 3.20.0 $YOUR_PULLAPPROVE_DOWNLOAD_TOKEN ``` Then run Terraform: