From 85af643bb5b80634ec18932a5b75fc0865eeeaf6 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Sat, 20 Jan 2024 18:21:40 +0100 Subject: [PATCH] chore: bump version to v3.9.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b7e1722..46e6d60e 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ group 'com.rexcantor64.triton' allprojects { apply plugin: 'java' - version '3.9.3' + version '3.9.4' sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories {