Skip to content

Commit

Permalink
Set release/1.3.x to 1.3.4 dev mode (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbushko authored Feb 20, 2024
1 parent e5961bf commit f0828cc
Showing 1 changed file with 2 additions and 2 deletions.
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.3.3"
Version = "1.3.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 f0828cc

Please sign in to comment.