From 1777e6df852ceeeae495a0c02b988403ca563b1a Mon Sep 17 00:00:00 2001 From: Gaurav Gupta Date: Fri, 15 Nov 2024 12:06:45 +0530 Subject: [PATCH] FISH-10143 Increment version to '1.11.0-SNAPSHOT' --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 947c76f..2cbcdf2 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'idea' apply plugin: 'java' group 'fish.payara.micro.intellij' -version '1.10.0' +version '1.11.0-SNAPSHOT' sourceCompatibility = "17" targetCompatibility = "17"