Skip to content

Commit

Permalink
add version vars introduced by goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmonsays committed Feb 24, 2024
1 parent 4a6ba6a commit 571d82d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/runitcmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ type Application struct {
Runit *runit.Runit
}

var (
version = "dev"
commit = "none"
date = "unknown"
)

func main() {
c := cli.NewApp()
c.Name = "runitcmd"
Expand Down

0 comments on commit 571d82d

Please sign in to comment.