remove generated files and prepare for next release

This commit is contained in:
Luiz Aoqui 2022-04-07 18:48:02 -04:00
parent d96ffb065f
commit 5c15cafc89
No known key found for this signature in database
GPG Key ID: 29F459C0D9CBB573
4 changed files with 2 additions and 202159 deletions

View File

@ -9,7 +9,7 @@ project "nomad" {
github {
organization = "hashicorp"
repository = "nomad"
release_branches = ["release/1.3.0-beta.1"]
release_branches = ["main"]
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ var (
// 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 = "beta.1"
VersionPrerelease = "dev"
// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""