diff --git a/README.md b/README.md index 84a347b..79b6a93 100644 --- a/README.md +++ b/README.md @@ -383,5 +383,5 @@ s is released under the MIT license. [ReportCard-Image]: https://goreportcard.com/badge/github.com/zquestz/s [Build-Status-URL]: https://app.travis-ci.com/github/zquestz/s [Build-Status-Image]: https://travis-ci.com/zquestz/s.svg?branch=master -[Release-URL]: https://github.com/zquestz/s/releases/tag/v0.6.10 -[Release-Image]: http://img.shields.io/badge/release-v0.6.10-1eb0fc.svg +[Release-URL]: https://github.com/zquestz/s/releases/tag/v0.7.0 +[Release-Image]: http://img.shields.io/badge/release-v0.7.0-1eb0fc.svg diff --git a/SECURITY.md b/SECURITY.md index 85ca739..7c2bd69 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 0.6.x | :white_check_mark: | -| < 0.6 | :x: | +| 0.7.x | :white_check_mark: | +| < 0.7 | :x: | ## Reporting a Vulnerability diff --git a/cmd/search.go b/cmd/search.go index 2683e58..abdc761 100644 --- a/cmd/search.go +++ b/cmd/search.go @@ -15,7 +15,7 @@ import ( const ( appName = "s" - version = "0.6.10" + version = "0.7.0" defaultPort = 8080 defaultProvider = "presearch" )