Skip to content

Commit

Permalink
chore(release): add iliad client changes to main (#38)
Browse files Browse the repository at this point in the history
* chore(release): finalize story-geth v0.9.3 stable release

* chore(release): begin story-geth unstable release v0.9.4

* add version file (#22)

* [fix] go-testing workflow (#27)

Co-authored-by: Kingster <kingter@storyprotocol.xyz>

* [feat] add manual trigger to ci-s3 workflow (#30)

* [feat] add workflow to attach build artifacts (#32)

* [feat] add checksum for each platform (#34)

* bugfix(workflows): fix checksum upload via file globs (#36)

* chore(release): finalize story-geth v0.9.4 stable release

* chore(release): begin story-geth unstable release v0.10.0

* Add support of royalty LRP  (#26)

* Add support of royalty LRP (#25)

---------

Co-authored-by: Haodi <82733821@qq.com>
Co-authored-by: Andy Wu <bwu2sfu@gmail.com>
Co-authored-by: Kingster <kingter@storyprotocol.xyz>
Co-authored-by: Kingter <83567446+kingster-will@users.noreply.github.com>
  • Loading branch information
5 people authored Oct 15, 2024
1 parent abdafa6 commit de4a75b
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 = 9 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit de4a75b

Please sign in to comment.