From 97a15579492cd5f35632499f315d7a8df94160a1 Mon Sep 17 00:00:00 2001
From: Jeevanandam M Features section describes in detail about Resty capabilities
-
+ ## News * [Collecting Inputs for Resty v2.0](https://github.com/go-resty/resty/issues/166) - * v1.7.0 [released](https://github.com/go-resty/resty/releases/latest) and tagged on Jul 04, 2018. + * v1.8.0 [released](https://github.com/go-resty/resty/releases/latest) and tagged on Aug 05, 2018. * v1.0 released - Resty's first version was released on Sep 15, 2015 then it grew gradually as a very handy and helpful library. Its been a two years; `v1.0` was released on Sep 25, 2017. I'm very thankful to Resty users and its [contributors](https://github.com/go-resty/resty/graphs/contributors). ## Features @@ -87,7 +87,7 @@ Please refer section [Versioning](#versioning) for detailed info. ##### go.mod ```bash -require github.com/go-resty/resty v1.7.0 +require github.com/go-resty/resty v1.8.0 ``` ##### go get diff --git a/resty.go b/resty.go index ba3bd424..d0a7ad36 100644 --- a/resty.go +++ b/resty.go @@ -6,4 +6,4 @@ package resty // Version # of resty -const Version = "1.8.0-edge" +const Version = "1.8.0"