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 29428c8 commit 39d0193Copy full SHA for 39d0193
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.1
436
437
- Fix thread-dump command
438
cf_cli_java_plugin.go
@@ -963,7 +963,7 @@ func (c *JavaPlugin) GetMetadata() plugin.PluginMetadata {
963
MinCliVersion: plugin.VersionType{
964
Major: 4,
965
Minor: 0,
966
- Build: 0,
+ Build: 1,
967
},
968
Commands: []plugin.Command{
969
{
0 commit comments