From ce14936c79dd191740ad1f54c5cfaff0f1e0e271 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Mon, 19 Jun 2023 22:31:57 +0100 Subject: [PATCH] chore: bump version to v3.9.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 70cafdcc..7114b964 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ group 'com.rexcantor64.triton' allprojects { apply plugin: 'java' - version '3.9.0-SNAPSHOT' + version '3.9.0' sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories {