Skip to content

Commit

Permalink
Update version 0.2.0 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Jun 27, 2024
1 parent d2ac0ae commit 04d24e8
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 @@ -22,8 +22,8 @@ import (

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

Expand Down

0 comments on commit 04d24e8

Please sign in to comment.