Skip to content

Commit

Permalink
chore: Bump up version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed May 18, 2023
1 parent 5cae83c commit f48b231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -137,7 +137,7 @@ help message:
__ ___ _ _ __| |/ _(_)_ __ __| |___ / _ __
\ \/ / | | | '__| | |_| | '_ \ / _` | |_ \| '__|
> <| |_| | | | | _| | | | | (_| |___) | |
/_/\_\\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v0.0.0
/_/\_\\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v0.1.0
A CLI utility to find domain's known URLs.
Expand Down
2 changes: 1 addition & 1 deletion internal/configuration/configuration.go
Expand Up @@ -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."
)

Expand Down

0 comments on commit f48b231

Please sign in to comment.