Skip to content

Commit

Permalink
chore: Bump up version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Aug 1, 2023
1 parent dfe77e7 commit ae777a2
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 @@ -112,7 112,7 @@ go install -v github.com/hueristiq/xurlfind3r/cmd/xurlfind3r@latest
Example `config.yaml`:

```yaml
version: 0.2.0
version: 0.3.0
sources:
- bevigil
- commoncrawl
Expand Down Expand Up @@ -148,7 148,7 @@ help message:
__ ___ _ _ __| |/ _(_)_ __ __| |___ / _ __
\ \/ / | | | '__| | |_| | '_ \ / _` | |_ \| '__|
> <| |_| | | | | _| | | | | (_| |___) | |
/_/\_\\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v0.2.0
/_/\_\\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v0.3.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.2.0"
VERSION string = "0.3.0"
)

var (
Expand Down

0 comments on commit ae777a2

Please sign in to comment.