Skip to content

Commit 28dc27b

Browse files
committed
oops
1 parent 8e8cb94 commit 28dc27b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,14 @@ Apache License, Version 2.0.
3232

3333
## ColdBox CLI Versions
3434

35-
The CLI matches the major version of ColdBox. **Current version: 7.10.0**
35+
The CLI matches the major version of ColdBox. **Current version: 8**
3636

37-
- If you are using **ColdBox 7**, use CLI `@7` (recommended)
37+
- If you are using **ColdBox 8**, use CLI `@8` (recommended)
38+
- If you are using **ColdBox 7**, use CLI `@7.8.0` (recommended)
3839
- If you are using **ColdBox 6**, use CLI `@6` (legacy support)
3940

4041
This versioning ensures you get the correct commands and features for your version of ColdBox.
4142

42-
## System Requirements
43-
44-
- CommandBox 5.5+
45-
4643
## Installation
4744

4845
Install the commands via CommandBox like so:

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox CLI",
3-
"version":"7.11.0",
3+
"version":"8.0.0",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/[email protected]@.zip",
55
"slug":"coldbox-cli",
66
"author":"Ortus Solutions, Corp",

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- Forgot to bump it to match ColdBox version.
15+
1216
## [7.10.0] - 2025-10-10
1317

1418
### Added

0 commit comments

Comments
 (0)