Skip to content

Commit

Permalink
Cleanup after v1.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Aug 24, 2022
1 parent 64909e2 commit dceb580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
## 1.2.9 (Unreleased)

## 1.2.8 (August 24, 2022)

BUG FIXES:
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Expand Up @@ -11,12 +11,12 @@ import (
)

// The main version number that is being run at the moment.
var Version = "1.2.8"
var Version = "1.2.9"

// 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.
var Prerelease = ""
var Prerelease = "dev"

// SemVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit dceb580

Please sign in to comment.