From 236025cc974c16c17f13a218c67cddec8bdda780 Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 12 Jan 2022 19:21:15 +0000 Subject: [PATCH] Release v2.6.7 --- rest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest.go b/rest.go index 5e39fe2..e922ec3 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.6" +const Version = "2.6.7" // Method contains the supported HTTP verbs. type Method string