Skip to content

Commit ab8c324

Browse files
author
Adam Tuttle
committed
bump version for RC
1 parent 44ddf7c commit ab8c324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/api.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@
508508
<cfheader name="X-TAFFY-RELOADED" value="true" />
509509
<cfset request.taffyReloaded = true />
510510
<cfset local._taffy = structNew() />
511-
<cfset local._taffy.version = "3.0.2" />
511+
<cfset local._taffy.version = "3.1.0" />
512512
<cfset local._taffy.endpoints = structNew() />
513513
<!--- default settings --->
514514
<cfset local.defaultConfig = structNew() />

0 commit comments

Comments
 (0)