From 061a88ec0251d003ae4ecbcdbc52130b86dfc538 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 20 Jun 2024 17:41:53 +0000 Subject: [PATCH] chore(skip-release): set version to 0.0.2 Signed-off-by: GitHub Action --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d3574d5f..24190018 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.0.2-SNAPSHOT +pluginVersion=0.0.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=232 #pluginUntilBuild=233.*