From 97a15579492cd5f35632499f315d7a8df94160a1 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Sun, 5 Aug 2018 11:57:06 -0700 Subject: [PATCH] version bump and readme update for release v1.8.0 --- README.md | 6 +++--- resty.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc58ce48..7ca49cf4 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@

Features section describes in detail about Resty capabilities

-

Build Status Code Coverage Go Report Card Release Version GoDoc License

+

Build Status Code Coverage Go Report Card Release Version GoDoc License

## 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"