Skip to content

Commit

Permalink
bumping version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tuttle committed Mar 25, 2014
1 parent b399a93 commit 45bd1da
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 @@ -391,7 +391,7 @@
<cfparam name="variables.framework" default="#structNew()#" />
<cfheader name="X-TAFFY-RELOADED" value="true" />
<cfset application._taffy = structNew() />
<cfset application._taffy.version = "2.2.1" />
<cfset application._taffy.version = "2.2.2" />
<cfset application._taffy.endpoints = structNew() />
<!--- default settings --->
<cfset local.defaultConfig = structNew() />
Expand Down

0 comments on commit 45bd1da

Please sign in to comment.