Skip to content

Commit b157ed3

Browse files
authored
Merge pull request #31 from HorizenOfficial/yuriko/zend3.3.0
Release v0.0.6-7
2 parents 5af6e57 + 6d8c961 commit b157ed3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ MAINTAINER cronic@horizen.io
2020

2121
SHELL ["/bin/bash", "-c"]
2222

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
2525
ARG IS_RELEASE=false
2626
# cronic <cronic@zensystem.io> https://keys.openpgp.org/vks/v1/by-fingerprint/219F55740BBF7A1CE368BA45FB7053CE4991B669
2727
# Luigi Varriale <luigi@horizenlabs.io> https://keys.openpgp.org/vks/v1/by-fingerprint/FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C

services/network_service_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
defaultNetworkOptions = &types.NetworkOptionsResponse{
3131
Version: &types.Version{
3232
RosettaVersion: types.RosettaAPIVersion,
33-
NodeVersion: "4.0.0-rc1",
33+
NodeVersion: "3.3.0",
3434
MiddlewareVersion: &middlewareVersion,
3535
},
3636
Allow: &types.Allow{

services/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
// NodeVersion is the version of
2626
// zend core we are using.
27-
NodeVersion = "4.0.0-rc1"
27+
NodeVersion = "3.3.0"
2828

2929
// HistoricalBalanceLookup indicates
3030
// that historical balance lookup is supported.

0 commit comments

Comments
 (0)