Skip to content

Commit

Permalink
bump version due to the month change
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrigin authored and sam committed Apr 5, 2021
1 parent 6a8c83d commit 2989810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
// see https://calver.org
const (
VersionMajor = 2021 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionMicro = 3 // Patch version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionMicro = 1 // Patch version component of the current release
VersionModifier = "alpha" // Patch version component of the current release
)

Expand Down

0 comments on commit 2989810

Please sign in to comment.