Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lolieatcat committed Mar 3, 2022
1 parent 6c0965c commit a415140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.2.1-beta.4
2.2.1-beta.5

2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "beta.4" // Version metadata to append to the version string
VersionMeta = "beta.5" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit a415140

Please sign in to comment.