Skip to content

Commit

Permalink
Set default for build date
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Anderson <[email protected]>
  • Loading branch information
markan committed Jun 10, 2022
1 parent 9343e05 commit 6eecb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ var (
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"

// The date/time of the build
BuildDate string
// The date/time of the build (actually the HEAD commit in git, to preserve stability)
BuildDate string = "2022-06-02T18:28:32Z"
)

// GetHumanVersion composes the parts of the version in a way that's suitable
Expand Down

0 comments on commit 6eecb7c

Please sign in to comment.