Skip to content

Commit

Permalink
Merge branch 'release/0.7.x' into release/0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning authored Oct 26, 2023
2 parents a2f67ae + e77f257 commit b4d6992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ project "consul-terraform-sync" {
"main",
"release/0.2.x",
"release/0.3.x",
"release/0.4.x"
"release/0.4.x",
"release/0.5.x",
"release/0.6.x",
"release/0.7.x"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
// VersionPrerelease is 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 = ""
)
Expand Down

0 comments on commit b4d6992

Please sign in to comment.