Skip to content

Commit d8cd08d

Browse files
committed
Set version to v4.0.0
1 parent abebaee commit d8cd08d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Please do not create GitHub issues for security-related doubts or problems.
374374

375375
### Snapshot
376376

377-
### 4.0.0-snapshot
377+
### 4.0.0
378378

379379
- Create a proper test suite
380380
- Fix many bugs discovered during testing

cf_cli_java_plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@ func (c *JavaPlugin) GetMetadata() plugin.PluginMetadata {
873873
Build: 0,
874874
},
875875
MinCliVersion: plugin.VersionType{
876-
Major: 6,
877-
Minor: 7,
876+
Major: 4,
877+
Minor: 0,
878878
Build: 0,
879879
},
880880
Commands: []plugin.Command{

0 commit comments

Comments
 (0)