diff --git a/rest.go b/rest.go index 3169b64..8ba80ac 100644 --- a/rest.go +++ b/rest.go @@ -9,7 +9,7 @@ import ( ) // Version represents the current version of the rest library -const Version = "2.6.1" +const Version = "2.6.2" // Method contains the supported HTTP verbs. type Method string