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,9 +20,9 @@ MAINTAINER cronic@horizen.io
20
20
21
21
SHELL ["/bin/bash" , "-c" ]
22
22
23
- # Latest release zen 3.0.0
23
+ # Latest release zen 3.0.1
24
24
# TODO: Update ZEN_COMMITTISH to newest tag
25
- ARG ZEN_COMMITTISH=v3.0.0
25
+ ARG ZEN_COMMITTISH=v3.0.1
26
26
ARG IS_RELEASE=false
27
27
# cronic <cronic@zensystem.io> http://pool.sks-keyservers.net:11371/pks/lookup?search=0x219F55740BBF7A1CE368BA45FB7053CE4991B669&op=vindex
28
28
# 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 : "3.0.0 " ,
33
+ NodeVersion : "3.0.1 " ,
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 = "3.0.0 "
27
+ NodeVersion = "3.0.1 "
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