We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abebaee commit d8cd08dCopy full SHA for d8cd08d
README.md
@@ -374,7 +374,7 @@ Please do not create GitHub issues for security-related doubts or problems.
374
375
### Snapshot
376
377
-### 4.0.0-snapshot
+### 4.0.0
378
379
- Create a proper test suite
380
- Fix many bugs discovered during testing
cf_cli_java_plugin.go
@@ -873,8 +873,8 @@ func (c *JavaPlugin) GetMetadata() plugin.PluginMetadata {
873
Build: 0,
874
},
875
MinCliVersion: plugin.VersionType{
876
- Major: 6,
877
- Minor: 7,
+ Major: 4,
+ Minor: 0,
878
879
880
Commands: []plugin.Command{
0 commit comments