From 067e25fc42b1db7126bea6189f1714ef829f27d9 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 23 Dec 2025 22:27:13 +0000 Subject: [PATCH] Update project version to 2.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8e60b8566..a4dd1be91 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ repositories { allprojects { group = 'stirling.software' - version = '2.1.5' + version = '2.2.0' configurations.configureEach { exclude group: 'commons-logging', module: 'commons-logging'