Skip to content

Commit

Permalink
Forgot to update version number for 2.2 release, so now it's 2.2.1...…
Browse files Browse the repository at this point in the history
… ah well.
  • Loading branch information
Adam Tuttle committed Feb 3, 2014
1 parent c26fae8 commit 2af4ed5
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 @@ -388,7 +388,7 @@
<cfparam name="variables.framework" default="#structNew()#" />
<cfheader name="X-TAFFY-RELOADED" value="true" />
<cfset application._taffy = structNew() />
<cfset application._taffy.version = "2.1.0" />
<cfset application._taffy.version = "2.2.1" />
<cfset application._taffy.endpoints = structNew() />
<!--- default settings --->
<cfset local.defaultConfig = structNew() />
Expand Down

0 comments on commit 2af4ed5

Please sign in to comment.