diff --git a/README.md b/README.md index f3d87425..1b6a98a3 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@
Features section describes in detail about Resty capabilities
-
+ ## News * [Collecting Inputs for Resty v2.0](https://github.com/go-resty/resty/issues/166) - * v1.8.0 [released](https://github.com/go-resty/resty/releases/latest) and tagged on Aug 05, 2018. + * v1.9.0 [released](https://github.com/go-resty/resty/releases/latest) and tagged on Aug 24, 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 gopkg.in/resty.v1 v1.8.0 +require gopkg.in/resty.v1 v1.9.0 ``` ##### go get diff --git a/resty.go b/resty.go index 0e6a5015..34c74380 100644 --- a/resty.go +++ b/resty.go @@ -6,4 +6,4 @@ package resty // Version # of resty -const Version = "1.9.0-edge" +const Version = "1.9.0"