Skip to content

Commit

Permalink
metadata override [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Aug 7, 2024
1 parent 3c3556b commit 09d23da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/config/build-info.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (
const AppName = "Sanguine"

// DefaultVersion is the application version.
const DefaultVersion = "0.1.0"
var DefaultVersion = "0.1.0"

// DefaultCommit is the default commit. Build info will attempt to replace
// with the current commit if not present.
const DefaultCommit = "none"
var DefaultCommit = "none"

// DefaultDate when not passed in by the compiler.
var DefaultDate = time.Now().Format(time.RFC3339)
Expand Down

0 comments on commit 09d23da

Please sign in to comment.