Skip to content

Commit

Permalink
fix(root): Version
Browse files Browse the repository at this point in the history
Set version to Var instead of Const
  • Loading branch information
coolapso committed Nov 17, 2024
1 parent d4460f4 commit 2514d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ const (
defaultListenPort = "9184"
defaultAddress = "localhost"
defaultTwitchUserToken = false
Version = "DEV"
)

var (
settings collectors.Settings
twitchChannels []string
Version = "DEV"
)

func Execute() {
Expand Down

0 comments on commit 2514d51

Please sign in to comment.