Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atuttle committed Feb 15, 2022
1 parent 6778a81 commit ce987af
Show file tree
Hide file tree
Showing 3 changed files with 1,252 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/api.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
<cfheader name="X-TAFFY-RELOADED" value="true" />
<cfset request.taffyReloaded = true />
<cfset local._taffy = structNew() />
<cfset local._taffy.version = "3.3.0" />
<cfset local._taffy.version = "3.6.0" />
<cfset local._taffy.endpoints = structNew() />
<!--- default settings --->
<cfset local.defaultConfig = structNew() />
Expand Down
Loading

0 comments on commit ce987af

Please sign in to comment.