Skip to content

Commit

Permalink
Merge pull request #31 from HorizenOfficial/yuriko/zend3.3.0
Browse files Browse the repository at this point in the history
Release v0.0.6-7
  • Loading branch information
cronicc authored Mar 13, 2023
2 parents 5af6e57 + 6d8c961 commit b157ed3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ MAINTAINER [email protected]

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

# Latest release zen 4.0.0-rc1
ARG ZEN_COMMITTISH=v4.0.0-rc1
# Latest release zen 3.3.0
ARG ZEN_COMMITTISH=v3.3.0
ARG IS_RELEASE=false
# cronic <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/219F55740BBF7A1CE368BA45FB7053CE4991B669
# Luigi Varriale <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C
Expand Down
2 changes: 1 addition & 1 deletion services/network_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{
RosettaVersion: types.RosettaAPIVersion,
NodeVersion: "4.0.0-rc1",
NodeVersion: "3.3.0",
MiddlewareVersion: &middlewareVersion,
},
Allow: &types.Allow{
Expand Down
2 changes: 1 addition & 1 deletion services/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
// NodeVersion is the version of
// zend core we are using.
NodeVersion = "4.0.0-rc1"
NodeVersion = "3.3.0"

// HistoricalBalanceLookup indicates
// that historical balance lookup is supported.
Expand Down

0 comments on commit b157ed3

Please sign in to comment.