Skip to content

Commit

Permalink
bump version to 1.3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Aug 7, 2024
1 parent aab30fa commit 389b9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
revisionDate = "$Format:%as$"
ver = Semver{
major: 1,
minor: 2,
minor: 3,
patch: 0,
preRelease: "dev",
build: fmt.Sprintf("%s.%s", revisionDate, revision),
Expand Down

0 comments on commit 389b9b1

Please sign in to comment.