From 42e4e86a29c3b5653bfe01a416ed24bc55f70fb7 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Mon, 15 Jul 2024 12:03:56 +0100 Subject: [PATCH] chore: bump version to v3.11.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b43cdc4..8ebbb2d0 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ group 'com.rexcantor64.triton' allprojects { apply plugin: 'java' - version '3.10.1' + version '3.11.0' sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories {