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