Set default for build date
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
parent
961e069556
commit
cb1b08141f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue