diff --git a/rest.go b/rest.go index c5741ba..9d416d2 100644 --- a/rest.go +++ b/rest.go @@ -9,7 +9,7 @@ import ( ) // Version represents the current version of the rest library -const Version = "2.5.1" +const Version = "2.6.0" // Method contains the supported HTTP verbs. type Method string