From b338c419807c20e2c383946e6094a3fe73dcb2bf Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Sun, 26 Jun 2022 16:10:13 +0100 Subject: [PATCH] Bump version to v3.8.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 23665db8..c0977009 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ group 'com.rexcantor64.triton' allprojects { apply plugin: 'java' - version '3.7.4' + version '3.8.0' sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories {