Skip to content

Commit

Permalink
Version bump to RC-0.12.0 (pokt-network#1615)
Browse files Browse the repository at this point in the history
Due to a consensus breaking change to fix a regression in RC-0.11.1
(pokt-network#1614), this patch is upgrading the protocol version to RC-0.12.0. That
regression caused the chainhalt in the testnet at height block. We're
rolling back the testnet to recover it. This version bump helps to make
sure all validators are runing the latest version.

reviewpad:summary
  • Loading branch information
msmania authored Oct 2, 2024
1 parent 8003658 commit 60ce9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
AppVersion = "RC-0.11.1"
AppVersion = "RC-0.12.0"
)

// NewPocketCoreApp is a constructor function for PocketCoreApp
Expand Down

0 comments on commit 60ce9a1

Please sign in to comment.