Skip to content

Commit 64183ad

Browse files
authored
Update REQUIRED_CLI_VERSION to 3.6.0 (#90)
1 parent 34805cf commit 64183ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Consts {
2727
companion object {
2828
val PLUGIN_PATH = PathManager.getPluginsPath() + "/cycode-intellij-platform-plugin"
2929
val DEFAULT_CLI_PATH = getDefaultCliPath()
30-
const val REQUIRED_CLI_VERSION = "2.2.0"
30+
const val REQUIRED_CLI_VERSION = "3.6.0"
3131

3232
const val CYCODE_DOMAIN = "cycode.com"
3333

0 commit comments

Comments
 (0)