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 Jun 26, 2023
1 parent 993208f commit 6eeda8d
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 @@ -105,7 +105,7 @@ go install -v github.com/hueristiq/xsubfind3r/cmd/xsubfind3r@latest
Example `config.yaml`:

```yaml
version: 0.0.0
version: 0.1.0
sources:
- alienvault
- anubis
Expand Down Expand Up @@ -150,7 +150,7 @@ help message:
__ _____ _ _| |__ / _(_)_ __ __| |___ / _ __
\ \/ / __| | | | '_ \| |_| | '_ \ / _` | |_ \| '__|
> <\__ \ |_| | |_) | _| | | | | (_| |___) | |
/_/\_\___/\__,_|_.__/|_| |_|_| |_|\__,_|____/|_| v0.0.0
/_/\_\___/\__,_|_.__/|_| |_|_| |_|\__,_|____/|_| v0.1.0

USAGE:
xsubfind3r [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 = "xsubfind3r"
VERSION string = "0.0.0"
VERSION string = "0.1.0"
)

var (
Expand Down

0 comments on commit 6eeda8d

Please sign in to comment.