From 563018b7f9269468fdd31d44dfebe8d74fd73d6b Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Fri, 24 May 2024 22:01:08 +0800 Subject: [PATCH] bump(version): update plugin version to 1.8.5-RC Updated the version of the plugin from 1.8.5-SNAPSHOT to 1.8.5-RC in preparation for the release candidate phase. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f693a77a4..2352058d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ pluginGroup = com.phodal.autodev pluginName = AutoDev pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev # SemVer format -> https://semver.org -pluginVersion = 1.8.5-SNAPSHOT +pluginVersion = 1.8.5-RC # Supported IDEs: idea, pycharm baseIDE=idea