From f621fe40f67acd28d46a8aa4651c163bbd099945 Mon Sep 17 00:00:00 2001 From: quest Date: Wed, 5 Jan 2022 12:23:04 -1000 Subject: [PATCH] Bump version to 0.6.3 --- README.md | 4 ++-- cmd/search.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35118f7..eb18ef7 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ s is released under the MIT license. [ReportCard-Image]: https://goreportcard.com/badge/github.com/zquestz/s [Build-Status-URL]: http://travis-ci.com/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.2 -[Release-Image]: http://img.shields.io/badge/release-v0.6.2-1eb0fc.svg +[Release-URL]: https://github.com/zquestz/s/releases/tag/v0.6.3 +[Release-Image]: http://img.shields.io/badge/release-v0.6.3-1eb0fc.svg [Chat-Image]: https://badges.gitter.im/zquestz/s.svg [Chat-URL]: https://gitter.im/zquestz/s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge diff --git a/cmd/search.go b/cmd/search.go index ca3712d..c586728 100644 --- a/cmd/search.go +++ b/cmd/search.go @@ -15,7 +15,7 @@ import ( const ( appName = "s" - version = "0.6.2" + version = "0.6.3" defaultPort = 8080 defaultProvider = "brave" )