From 95206275a64dbe314b51dd8b7c0fd96a1514a35d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 26 Aug 2024 13:11:17 +0000 Subject: [PATCH] chore(skip-release): set version to 2.0.1-SNAPSHOT Signed-off-by: GitHub Action --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4b03a4886..91afdeb44 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginName=Quarkus Tools pluginRepositoryUrl=https://github.com/redhat-developer/intellij-quarkus # SemVer format -> https://semver.org # NO SPACES AROUND THE EQUALS SIGN!! -pluginVersion=2.0.0 +pluginVersion=2.0.1-SNAPSHOT # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=232 #pluginUntilBuild=233.*