Skip to content

Commit

Permalink
chore: Bump up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Jun 25, 2023
1 parent f763f84 commit 565b39a
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 @@ -118,7 +118,7 @@ go install -v github.com/hueristiq/xurlfind3r/cmd/xurlfind3r@latest
Example `config.yaml`:

```yaml
version: 0.1.0
version: 0.2.0
sources:
- bevigil
- commoncrawl
Expand Down Expand Up @@ -154,7 +154,7 @@ help message:
__ ___ _ _ __| |/ _(_)_ __ __| |___ / _ __
\ \/ / | | | '__| | |_| | '_ \ / _` | |_ \| '__|
> <| |_| | | | | _| | | | | (_| |___) | |
/_/\_\\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v0.1.0
/_/\_\\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v0.2.0

USAGE:
xurlfind3r [OPTIONS]
Expand Down
2 changes: 1 addition & 1 deletion internal/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (configuration *Configuration) Write(path string) (err error) {

const (
NAME string = "xurlfind3r"
VERSION string = "0.1.0"
VERSION string = "0.2.0"
)

var (
Expand Down

0 comments on commit 565b39a

Please sign in to comment.