Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed May 6, 2024
1 parent 6f07348 commit 0c19fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
lightclienttypes "github.com/zeta-chain/zetacore/x/lightclient/types"
)

const releaseVersion = "v16"
const releaseVersion = "v0"

func SetupHandlers(app *App) {
// Set param key table for params module migration
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
### CI

* [2070](https://github.com/zeta-chain/node/pull/2070) - Added commands to build binaries from the working branch as a live full node rpc to test non-governance changes.

* []() - Updated the release pipeline to only run on hotfix/ and release/ branches. Added option to only run pre-checks and not cut release as well. Switched approval steps to use environments.
## v16.0.0

### Breaking Changes
Expand Down

0 comments on commit 0c19fc3

Please sign in to comment.