From b3c23a10bf4709064ca8aa399632f17bf062cd12 Mon Sep 17 00:00:00 2001 From: Github Actions Bot KLTR <> Date: Wed, 30 Oct 2024 12:50:12 +0000 Subject: [PATCH] Update version to v4.30.12-rc1 --- broadpeakplugin/version.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broadpeakplugin/version.gradle b/broadpeakplugin/version.gradle index ac84675..cf44044 100644 --- a/broadpeakplugin/version.gradle +++ b/broadpeakplugin/version.gradle @@ -1,5 +1,5 @@ // Library Version -ext.libVersion = 'dev' +ext.libVersion = '4.30.12-rc1' // Append short commit hash to dev builds, i.e. "dev.a1b2c3d" if (libVersion == 'dev') {