We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4305fc commit 18e545dCopy full SHA for 18e545d
.github/workflows/release.yml
@@ -171,7 +171,7 @@ jobs:
171
prep_next_release:
172
name: Prep Next Release
173
if: github.ref != 'refs/heads/development'
174
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
175
needs: [ build ]
176
steps:
177
- name: Checkout Development Repository
box.json
@@ -1,6 +1,6 @@
1
{
2
"name":"ColdBox Platform",
3
- "version":"7.4.0",
+ "version":"8.0.0",
4
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/coldbox-@build.version@.zip",
5
"author":"Ortus Solutions <info@ortussolutions.com>",
6
"slug":"coldbox",
0 commit comments