Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Mar 11, 2024
1 parent cddf0af commit 16f7ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func init() {
if Version == "dev" {
if info, ok := debug.ReadBuildInfo(); ok {
Version = info.Main.Version
rootCmd.Version = info.Main.Version
}
}
}
Expand Down

0 comments on commit 16f7ef6

Please sign in to comment.