Skip to content

Commit

Permalink
release version (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 authored May 16, 2024
1 parent 320e977 commit 4c58061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionMajor = 1 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "beta1" // Version metadata to append to the version string
VersionMeta = "" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 4c58061

Please sign in to comment.