Skip to content

Commit

Permalink
chore: Bump up the version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Mar 23, 2022
1 parent e9a53f3 commit 86d6ab3
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 @@ -59,7 +59,7 @@ sigurlfind3r will work after [installation](#installation). However, to configur
Example:

```yaml
version: 1.6.1
version: 1.7.0
sources:
- commoncrawl
- github
Expand Down Expand Up @@ -91,7 +91,7 @@ This will display help for the tool.
___(_) __ _ _ _ _ __| |/ _(_)_ __ __| |___ / _ __
/ __| |/ _` | | | | '__| | |_| | '_ \ / _` | |_ \| '__|
\__ \ | (_| | |_| | | | | _| | | | | (_| |___) | |
|___/_|\__, |\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| 1.6.1
|___/_|\__, |\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| 1.7.0
|___/
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion internal/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Options struct {
}

const (
VERSION = "1.6.1"
VERSION = "1.7.0"
)

var (
Expand Down

0 comments on commit 86d6ab3

Please sign in to comment.