Skip to content

Commit

Permalink
chore: Bump up version to 0.1.0
Browse files Browse the repository at this point in the history
enenumxela committed May 18, 2023
1 parent 5cae83c commit f48b231
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
@@ -106,7 +106,7 @@ go install -v github.com/hueristiq/xurlfind3r/cmd/xurlfind3r@latest
Example:

```yaml
version: 0.0.0
version: 0.1.0
sources:
- commoncrawl
- github
@@ -137,7 +137,7 @@ help message:
__ ___ _ _ __| |/ _(_)_ __ __| |___ / _ __
\ \/ / | | | '__| | |_| | '_ \ / _` | |_ \| '__|
> <| |_| | | | | _| | | | | (_| |___) | |
/_/\_\\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v0.0.0
/_/\_\\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v0.1.0

A CLI utility to find domain's known URLs.

2 changes: 1 addition & 1 deletion internal/configuration/configuration.go
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ type Configuration struct {

const (
NAME string = "xurlfind3r"
VERSION string = "0.0.0"
VERSION string = "0.1.0"
DESCRIPTION string = "A CLI utility to find domain's known URLs."
)

0 comments on commit f48b231

Please sign in to comment.