So is ColdBox 7 the current release? When I tell C...
# box-products
p
So is ColdBox 7 the current release? When I tell CommandBox to install ColdBox (or create a new app), it installs 6.8.1...
s
Coldbox 7 isn't out yet
6.8.1 is the current version
p
Oddly enough the docs claim it came out last year: Version 7.0 - November 2022
s
It sounded from Luis' post about Wirebox 7 that an RC is a couple weeks away
p
Cool, I'll keep to 6.8.1 then. The docs should make it clear that it is still in beta! (The docs default to 7 now...)
b
@Patrick S If you want to install the bleeding edge of any package, do this
Copy code
install coldbox@be
That will install the latest version, whether it's stable or not
Or, you could do
Copy code
install coldbox@7.0.0-beta-snapshot
which is a sort-of hilarious prerelease id
👍 1
I don't think that's quite what Luis wanted there, but oh well
He needs to change his build so if there's already a prerelease id in the version, not to add
snapshot
onto the end for dev builds 🙂
p
Thanks! For now I'll stick to stable... The *.0.0 fooled me 🙂