From 926caf25e53161b68bbac2f78e71ac34748a7188 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Dec 2024 09:09:28 +0000 Subject: [PATCH] chore(skip-release): set version to 0.9.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 2a6ff07a0..702feb60e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginName=LSP4IJ pluginRepositoryUrl=https://github.com/redhat-developer/lsp4ij # SemVer format -> https://semver.org # NO SPACES AROUND THE EQUALS SIGN!! -pluginVersion=0.9.0 +pluginVersion=0.9.1-SNAPSHOT # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=232 #pluginUntilBuild=233.*