Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed May 1, 2024
1 parent b2bd385 commit 57b82d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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.10"
version = "0.7.0"
defaultPort = 8080
defaultProvider = "presearch"
)
Expand Down

0 comments on commit 57b82d1

Please sign in to comment.