From 3269089bf3671e535161d1580c58871265714629 Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 15 Dec 2021 19:40:01 +0000 Subject: [PATCH] Release v2.6.6 --- rest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest.go b/rest.go index f9d9a94..5e39fe2 100644 --- a/rest.go +++ b/rest.go @@ -10,7 +10,7 @@ import ( ) // Version represents the current version of the rest library -const Version = "2.6.5" +const Version = "2.6.6" // Method contains the supported HTTP verbs. type Method string