From 2e7804b664587eb8c24857c550dcc6cfabcffae2 Mon Sep 17 00:00:00 2001 From: Github Actions Bot KLTR <> Date: Fri, 4 Oct 2024 11:52:09 +0000 Subject: [PATCH] Update version to v4.31.1-rc6 --- broadpeakplugin/version.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broadpeakplugin/version.gradle b/broadpeakplugin/version.gradle index ac84675..e6aa5c5 100644 --- a/broadpeakplugin/version.gradle +++ b/broadpeakplugin/version.gradle @@ -1,5 +1,5 @@ // 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') {