Skip to content

Commit

Permalink
Bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ripply committed Nov 22, 2022
1 parent 354f658 commit 4869e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const (
unstable = "unstable"
stable = "stable"
VersionMajor = 0 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = unstable // Version metadata to append to the version string
)

Expand Down

0 comments on commit 4869e1e

Please sign in to comment.