Skip to content

Commit

Permalink
bump minor version for 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tuttle committed Nov 23, 2013
1 parent fbe3d0c commit f1cf6f1
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 @@ -339,7 +339,7 @@
<cfparam name="variables.framework" default="#structNew()#" />
<cfheader name="X-TAFFY-RELOADED" value="true" />
<cfset application._taffy = structNew() />
<cfset application._taffy.version = "2.0.4" />
<cfset application._taffy.version = "2.1.0" />
<cfset application._taffy.endpoints = structNew() />
<!--- default settings --->
<cfset local.defaultConfig = structNew() />
Expand Down

0 comments on commit f1cf6f1

Please sign in to comment.