Skip to content

Commit

Permalink
bump version for RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tuttle committed Sep 28, 2015
1 parent 44ddf7c commit ab8c324
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 @@ -508,7 +508,7 @@
<cfheader name="X-TAFFY-RELOADED" value="true" />
<cfset request.taffyReloaded = true />
<cfset local._taffy = structNew() />
<cfset local._taffy.version = "3.0.2" />
<cfset local._taffy.version = "3.1.0" />
<cfset local._taffy.endpoints = structNew() />
<!--- default settings --->
<cfset local.defaultConfig = structNew() />
Expand Down

0 comments on commit ab8c324

Please sign in to comment.