Skip to content

Commit

Permalink
Final bump for 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Feb 28, 2019
1 parent 731a9a7 commit e035b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java.debug=true
#dependencies
dependencies.dir=${basedir}/lib
cfml.version=5.2.9.31
cfml.loader.version=2.2.10
cfml.loader.version=2.2.11
cfml.cli.version=${cfml.loader.version}.${cfml.version}
lucee.version=${cfml.version}
lucee.config.version=5.2.4.37
Expand Down
4 changes: 2 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ External Dependencies:
<property name="distro.groupID" value="ortussolutions" />
<property name="distro.name" value="commandbox"/>
<!-- Special things happen when the version and stableVersion are the same value as that signifies a "stable" build. -->
<property name="commandbox.version" value="4.6.0-alpha"/>
<property name="commandbox.stableVersion" value="4.5.0"/>
<property name="commandbox.version" value="4.6.0"/>
<property name="commandbox.stableVersion" value="4.6.0"/>

<!-- Time Label -->
<tstamp prefix="start"/>
Expand Down

0 comments on commit e035b2c

Please sign in to comment.