Generate files for 1.2.4 release

This commit is contained in:
Nomad Release bot 2022-01-18 23:43:00 +00:00 committed by Nomad Release Bot
parent 28f8cede4b
commit de3070d49a
4 changed files with 187039 additions and 34 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -11,12 +11,12 @@ var (
GitDescribe string
// The main version number that is being run at the moment.
Version = "1.2.3"
Version = "1.2.4"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""
// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""