Skip to content

Commit

Permalink
Merge pull request #30 from hueristiq/dev
Browse files Browse the repository at this point in the history
Development v0.9.1
  • Loading branch information
enenumxela authored Oct 20, 2024
2 parents f55372f + 2a5a338 commit b8d98cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ __ _____ _ _| |__ / _(_)_ __ __| |___ / _ __
\ \/ / __| | | | '_ \| |_| | '_ \ / _` | |_ \| '__|
> <\__ \ |_| | |_) | _| | | | | (_| |___) | |
/_/\_\___/\__,_|_.__/|_| |_|_| |_|\__,_|____/|_|
v0.9.0
v0.9.1

USAGE:
xsubfind3r [OPTIONS]
Expand Down
2 changes: 1 addition & 1 deletion cmd/xsubfind3r/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func init() {

viper.SetConfigFile(configurationFilePath)
viper.AutomaticEnv()
viper.SetEnvPrefix("XURLFIND3R")
viper.SetEnvPrefix("XSUBFIND3R")
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))

if err := viper.ReadInConfig(); err != nil {
Expand Down
2 changes: 1 addition & 1 deletion internal/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (cfg *Configuration) Write(path string) (err error) {

const (
NAME = "xsubfind3r"
VERSION = "0.9.0"
VERSION = "0.9.1"
)

var (
Expand Down

0 comments on commit b8d98cd

Please sign in to comment.