Skip to content

Commit

Permalink
Add placeholder value for buildinfo.BuildDate (#1068)
Browse files Browse the repository at this point in the history
Fixes telemetry date for local builds
  • Loading branch information
mieciu authored Dec 6, 2024
1 parent f9b4387 commit db7ce65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quesma/buildinfo/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var Version = "development"
var BuildHash = ""
var BuildDate = ""
var BuildDate = time.Now().Format("2006-01-02")

const GitHubLatestReleaseURL = "https://api.github.com/repos/quesma/quesma/releases/latest"

Expand Down

0 comments on commit db7ce65

Please sign in to comment.