Skip to content

Commit

Permalink
push release evm-server minor/path version
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <pranay.valson@gmail.com>
  • Loading branch information
noslav committed Apr 25, 2024
1 parent a06b192 commit 8cb8096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/evm/internal/t8ntool/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

const (
EvmServerVersionMajor = 1
EvmServerVersionMinor = 2
EvmServerVersionPatch = 0
EvmServerVersionMinor = 3
EvmServerVersionPatch = 1
clientIdentifier = "evm-server" // Client identifier to advertise over the network
)

Expand Down

0 comments on commit 8cb8096

Please sign in to comment.