diff --git a/README.md b/README.md index 68df0909..ce17104b 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@
Features section describes in detail about Resty capabilities
-
+ ## News - * v1.5 [released](https://github.com/go-resty/resty/releases/latest) and tagged on May 06, 2018. + * v1.6 [released](https://github.com/go-resty/resty/releases/latest) and tagged on May 28, 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 diff --git a/resty.go b/resty.go index c5e7838d..f5a4c906 100644 --- a/resty.go +++ b/resty.go @@ -6,4 +6,4 @@ package resty // Version # of resty -const Version = "1.6-edge" +const Version = "1.6"