From a34cd9e0ed8a547e4281a5721b6f53ffd40a283f Mon Sep 17 00:00:00 2001 From: Github Actions Bot KLTR <> Date: Thu, 17 Oct 2024 12:16:52 +0000 Subject: [PATCH] Update version to v4.31.1-rc7 --- smartswitchplugin/version.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartswitchplugin/version.gradle b/smartswitchplugin/version.gradle index 1d80a85..af504a4 100644 --- a/smartswitchplugin/version.gradle +++ b/smartswitchplugin/version.gradle @@ -1,6 +1,6 @@ // Library Version -ext.libVersion = 'dev' +ext.libVersion = '4.31.1-rc7' // Append short commit hash to dev builds, i.e. "dev.a1b2c3d" if (libVersion == 'dev') {