Skip to content

Commit

Permalink
Bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Jan 5, 2022
1 parent d18b15b commit f621fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cmd/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
appName = "s"
version = "0.6.2"
version = "0.6.3"
defaultPort = 8080
defaultProvider = "brave"
)
Expand Down

0 comments on commit f621fe4

Please sign in to comment.