diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index 803f78c77..33087b7e8 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -87,7 +87,7 @@ func NewGethConfig(cfg *RocketPoolConfig) *GethConfig { Name: "EVM Timeout", Description: "The number of seconds an Execution Client API call is allowed to run before Geth times out and aborts it. Increase this if you see a lot of timeout errors in your logs.", Type: config.ParameterType_Uint16, - Default: map[config.Network]interface{}{config.Network_All: 5}, + Default: map[config.Network]interface{}{config.Network_All: uint16(5)}, AffectsContainers: []config.ContainerID{config.ContainerID_Eth1}, CanBeBlank: false, OverwriteOnUpgrade: false, diff --git a/shared/version.go b/shared/version.go index f71e9d996..622431c28 100644 --- a/shared/version.go +++ b/shared/version.go @@ -1,6 +1,6 @@ package shared -const RocketPoolVersion string = "1.13.0" +const RocketPoolVersion string = "1.13.1-dev" const Logo string = `______ _ _ ______ _ | ___ \ | | | | | ___ \ | |