From 11cca732321320d00394c1967b01710cf70dc65f Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Thu, 1 Feb 2024 16:17:55 +0100 Subject: [PATCH] chore: bump version to v3.9.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46e6d60e..43fa9657 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ group 'com.rexcantor64.triton' allprojects { apply plugin: 'java' - version '3.9.4' + version '3.9.5' sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories {