Skip to content

Commit

Permalink
chore(release): begin story client v0.12.1 unstable release (#204)
Browse files Browse the repository at this point in the history
* chore(release): release version 0.12.1 unstable

* feat(epochs): revert epoch module (#198)

* feat(api): revert add epochs api

* feat(epochs): revert porting epochs module

* feat(evmstaking): use deterministic cosmos sdk (#211)

* feat(evmstaking): replace staking keeper endblocker (#209)

---------

Co-authored-by: Hans Lee <38912532+0xHansLee@users.noreply.github.com>
Co-authored-by: Zerui Ge <gezerui1997@gmail.com>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent d2e195c commit add4ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/buildinfo/buildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
)

const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 12 // 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
VersionMajor = 0 // Major version component of the current release
VersionMinor = 12 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)

// Version returns the version of the whole story-monorepo and all binaries built from this git commit.
Expand Down

0 comments on commit add4ce8

Please sign in to comment.