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 6307970 commit f460dbfCopy full SHA for f460dbf
README.md
@@ -429,7 +429,10 @@ create GitHub issues for security-related doubts or problems.
429
430
## Changelog
431
432
-### Snapshot
+## Snapshot
433
+
434
435
+## 4.0.2
436
437
### 4.0.2
438
cf_cli_java_plugin.go
@@ -968,7 +968,7 @@ func (c *JavaPlugin) GetMetadata() plugin.PluginMetadata {
968
MinCliVersion: plugin.VersionType{
969
Major: 4,
970
Minor: 0,
971
- Build: 0,
+ Build: 2,
972
},
973
Commands: []plugin.Command{
974
{
0 commit comments