We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc9d5d3 + eb62298 commit 9ee81b1Copy full SHA for 9ee81b1
core/api.cfc
@@ -610,7 +610,7 @@
610
<cfheader name="X-TAFFY-RELOADED" value="true" />
611
<cfset request.taffyReloaded = true />
612
<cfset local._taffy = structNew() />
613
- <cfset local._taffy.version = "3.6.0" />
+ <cfset local._taffy.version = "3.7.0" />
614
<cfset local._taffy.endpoints = structNew() />
615
<!--- default settings --->
616
<cfset local.defaultConfig = structNew() />
0 commit comments