We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19934a0 commit a15cceaCopy full SHA for a15ccea
1 file changed
evolve/template/constants.go
@@ -9,10 +9,10 @@ const (
9
10
const (
11
EvABCIPackage = "github.com/evstack/ev-abci"
12
- EvABCIVersion = "v1.0.0-beta.4.0.20260206165336-903c64a9c428"
+ EvABCIVersion = "v1.0.0-beta.5"
13
14
EvNodePackage = "github.com/evstack/ev-node"
15
- EvNodeVersion = "v1.0.0-rc.3"
+ EvNodeVersion = "v1.0.0-rc.4.0.20260216131057-1da76345e4b9"
16
17
EvNodeDaCmd = "github.com/evstack/ev-node/tools/local-da"
18
)
0 commit comments