Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Dec 15, 2023
1 parent 84d9d49 commit 790c1cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

const (
version = "v0.0.7"
version = "v0.0.8"
)

var (
Expand Down Expand Up @@ -125,5 +125,4 @@ func initConfig() {
log.Fatal().Msgf("Error reading config file: %v", err)
}
}

}

0 comments on commit 790c1cc

Please sign in to comment.