Skip to content

Commit

Permalink
update version number, wish there was a way to stop forgetting this
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tuttle committed Oct 2, 2014
1 parent 208f195 commit 0a6c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<cfparam name="variables.framework" default="#structNew()#" />
<cfheader name="X-TAFFY-RELOADED" value="true" />
<cfset local._taffy = structNew() />
<cfset local._taffy.version = "3.0.0-RC1" />
<cfset local._taffy.version = "3.0.0-RC2" />
<cfset local._taffy.endpoints = structNew() />
<!--- default settings --->
<cfset local.defaultConfig = structNew() />
Expand Down

0 comments on commit 0a6c340

Please sign in to comment.