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