Skip to content

Commit f460dbf

Browse files
committed
Set version to v4.0.2
1 parent 6307970 commit f460dbf

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.2
433436

434437
### 4.0.2
435438

cf_cli_java_plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ func (c *JavaPlugin) GetMetadata() plugin.PluginMetadata {
968968
MinCliVersion: plugin.VersionType{
969969
Major: 4,
970970
Minor: 0,
971-
Build: 0,
971+
Build: 2,
972972
},
973973
Commands: []plugin.Command{
974974
{

0 commit comments

Comments
 (0)