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