Skip to content

Commit

Permalink
Bump version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ripply committed May 25, 2023
1 parent 1dd675b commit a0736f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
stable = "stable"
VersionMajor = 0 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionMeta = unstable // Version metadata to append to the version string
)

Expand Down

0 comments on commit a0736f3

Please sign in to comment.