From 6c21a76619b5bfffaef256677b99fa4b147fbc9d Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Tue, 28 Nov 2023 16:23:47 +0100 Subject: [PATCH] chore: bump version to v3.9.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d42d6e0..65016f1a 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ group 'com.rexcantor64.triton' allprojects { apply plugin: 'java' - version '3.9.1' + version '3.9.2' sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories {