Skip to content

Commit

Permalink
Bring back dev version for 0.7.x (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz authored Feb 16, 2024
1 parent dbd752d commit dac2d5b
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 @@
## 0.7.3 (Feb 16, 2023)
## 0.7.3 (Feb 16, 2024)

IMPROVEMENTS
* Bump Go to `1.21.6`
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ var (
//
// Version must conform to the format expected by
// github.com/hashicorp/go-version for tests to work.
Version = "0.7.3"
Version = "0.7.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 = ""
VersionPrerelease = "dev"
)

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

0 comments on commit dac2d5b

Please sign in to comment.