Skip to content

Commit

Permalink
Set release/1.2.x to 1.2.7 dev mode (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbushko authored Feb 20, 2024
1 parent 5df18c4 commit 5453d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.5 (February 14, 2024)
## 1.2.6 (February 14, 2024)

SECURITY:

Expand Down
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ var (
//
// Version must conform to the format expected by github.com/hashicorp/go-version
// for tests to work.
Version = "1.2.6"
Version = "1.2.7"

// 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 = ""
VersionPrerelease = "dev"
)

// GetHumanVersion composes the parts of the version in a way that's suitable
Expand Down

0 comments on commit 5453d8f

Please sign in to comment.