Skip to content

Commit 39d0193

Browse files
committed
Set version to v4.0.1
1 parent 29428c8 commit 39d0193

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,10 @@ create GitHub issues for security-related doubts or problems.
429429

430430
## Changelog
431431

432-
### Snapshot
432+
## Snapshot
433+
434+
435+
## 4.0.1
433436

434437
- Fix thread-dump command
435438

cf_cli_java_plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ func (c *JavaPlugin) GetMetadata() plugin.PluginMetadata {
963963
MinCliVersion: plugin.VersionType{
964964
Major: 4,
965965
Minor: 0,
966-
Build: 0,
966+
Build: 1,
967967
},
968968
Commands: []plugin.Command{
969969
{

0 commit comments

Comments
 (0)