From 2bbfd5e1aee3d1ef104e51f6d0a94d585b31f34d Mon Sep 17 00:00:00 2001 From: tara-san <139845913+tara-san@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:48:18 +0900 Subject: [PATCH 1/2] Bump version to 1.14.1-paypay --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8ecf8fff3..687584be0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.14.0-paypay +version=1.14.1-paypay From 504013f36bd47376c2269650e9aa4d0c9c16a866 Mon Sep 17 00:00:00 2001 From: tara-san <139845913+tara-san@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:51:46 +0900 Subject: [PATCH 2/2] Update plugin version in .env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 839063fc6..e8ca89be9 100644 --- a/.env +++ b/.env @@ -5,4 +5,4 @@ SONARQUBE_VERSION=9.8-community DOCKERFILE=release.Dockerfile # The version of the plugin to include in the image -PLUGIN_VERSION=1.14.0 +PLUGIN_VERSION=1.14.1-paypay