Skip to content

Commit

Permalink
revved version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tuttle committed Sep 19, 2014
1 parent b2402f6 commit 965518c
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.4" />
<cfset application._taffy.version = "2.2.6" />
<cfset application._taffy.endpoints = structNew() />
<!--- default settings --->
<cfset local.defaultConfig = structNew() />
Expand Down

0 comments on commit 965518c

Please sign in to comment.