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 4.0.0-rc1
24
- ARG ZEN_COMMITTISH=v4.0.0-rc1
23
+ # Latest release zen 3.3.0
24
+ ARG ZEN_COMMITTISH=v3.3.0
25
25
ARG IS_RELEASE=false
26
26
# cronic <cronic@zensystem.io> https://keys.openpgp.org/vks/v1/by-fingerprint/219F55740BBF7A1CE368BA45FB7053CE4991B669
27
27
# Luigi Varriale <luigi@horizenlabs.io> https://keys.openpgp.org/vks/v1/by-fingerprint/FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C
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 : "4.0.0-rc1 " ,
33
+ NodeVersion : "3.3.0 " ,
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 = "4.0.0-rc1 "
27
+ NodeVersion = "3.3.0 "
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