Skip to content

Commit 6c18900

Browse files
CM-60457 - Bump CLI version to 3.11.1 (#95)
1 parent d9a4952 commit 6c18900

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
## [3.0.2] - 2026-03-04
8+
9+
- Increase required CLI version to 3.11.1
10+
711
## [3.0.1] - 2026-02-11
812

913
- Remove Sentry error tracking

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
44
pluginName = Cycode
55
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 3.0.1
7+
pluginVersion = 3.0.2
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 241

src/main/kotlin/com/cycode/plugin/Consts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Consts {
2020
companion object {
2121
val PLUGIN_PATH = PathManager.getPluginsPath() + "/cycode-intellij-platform-plugin"
2222
val DEFAULT_CLI_PATH = getDefaultCliPath()
23-
const val REQUIRED_CLI_VERSION = "3.9.2"
23+
const val REQUIRED_CLI_VERSION = "3.11.1"
2424

2525
const val CYCODE_DOMAIN = "cycode.com"
2626

0 commit comments

Comments
 (0)