Skip to content

Commit

Permalink
chore(release): bump client to 0.9.0 stable (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren authored Aug 19, 2024
1 parent 61553df commit b880dee
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,9 +21,9 @@ import (
)

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

Expand Down

0 comments on commit b880dee

Please sign in to comment.