From b2edc868546d3dc9ef4180641ee32b39f440bccb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 19 Jul 2024 11:07:51 +0000 Subject: [PATCH] chore(skip-release): set version to 0.3.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 bfc061af..50ae81a2 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.3.0 +pluginVersion=0.3.1-SNAPSHOT # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=232 #pluginUntilBuild=233.*