Skip to content

Commit

Permalink
bump version to match impending release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tuttle committed Apr 23, 2015
1 parent 79b7bab commit 57b6270
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 @@ -466,7 +466,7 @@
<cfheader name="X-TAFFY-RELOADED" value="true" />
<cfset request.taffyReloaded = true />
<cfset local._taffy = structNew() />
<cfset local._taffy.version = "3.0.0" />
<cfset local._taffy.version = "3.0.2" />
<cfset local._taffy.endpoints = structNew() />
<!--- default settings --->
<cfset local.defaultConfig = structNew() />
Expand Down

0 comments on commit 57b6270

Please sign in to comment.