We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a062e9c commit 6c59ad2Copy full SHA for 6c59ad2
.travis.yml
@@ -8,7 +8,7 @@ notifications:
8
env:
9
global:
10
# TARGET RELEASE VERSION: BUMP AS NEEDED
11
- - COLDBOX_VERSION=5.1.3
+ - COLDBOX_VERSION=5.2.0
12
matrix:
13
- ENGINE=lucee@4.5 ANT_TARGET=build.all
14
- ENGINE=lucee@5 ANT_TARGET=run-tests
build/build.xml
@@ -14,7 +14,7 @@
<!-- PASSED IN NOW
15
<property name="coldbox.version" value="5.1.3" />
16
-->
17
- <property name="coldbox.stableversion" value="5.1.2" />
+ <property name="coldbox.stableversion" value="5.1.3" />
18
19
<property name="coldbox.slug" value="coldbox"/>
20
<property name="cachebox.slug" value="cachebox"/>
0 commit comments