From f40ae57d71b8d4ec7b7663e0cd2066d9aa103a37 Mon Sep 17 00:00:00 2001 From: azerr Date: Mon, 4 Nov 2024 10:16:02 +0100 Subject: [PATCH] chore: bump to 0.8.0-SNAPSHOT Signed-off-by: azerr --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cc2d2fe9c..f92e9e667 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.7.1-SNAPSHOT +pluginVersion=0.8.0-SNAPSHOT # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=232 #pluginUntilBuild=233.*