File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ MAINTAINER cronic@horizen.io
20
20
21
21
SHELL ["/bin/bash" , "-c" ]
22
22
23
- # Latest release zen 2.0.22
24
- ARG ZEN_COMMITTISH=v2.0.22
23
+ # Latest release zen 2.0.23
24
+ ARG ZEN_COMMITTISH=v2.0.23
25
25
ARG IS_RELEASE=false
26
26
# cronic <cronic@zensystem.io> http://pool.sks-keyservers.net:11371/pks/lookup?search=0x219F55740BBF7A1CE368BA45FB7053CE4991B669&op=vindex
27
27
# Luigi Varriale <luigi@zensystem.io> http://pool.sks-keyservers.net:11371/pks/lookup?search=0x7C20EDC1CABFC9D1005EADBF3C80D9DD9F971AB6&op=vindex
Original file line number Diff line number Diff line change 30
30
defaultNetworkOptions = & types.NetworkOptionsResponse {
31
31
Version : & types.Version {
32
32
RosettaVersion : types .RosettaAPIVersion ,
33
- NodeVersion : "2.0.22 " ,
33
+ NodeVersion : "2.0.23 " ,
34
34
MiddlewareVersion : & middlewareVersion ,
35
35
},
36
36
Allow : & types.Allow {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
const (
25
25
// NodeVersion is the version of
26
26
// zend core we are using.
27
- NodeVersion = "2.0.22 "
27
+ NodeVersion = "2.0.23 "
28
28
29
29
// HistoricalBalanceLookup indicates
30
30
// that historical balance lookup is supported.
You can’t perform that action at this time.
0 commit comments