Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubabasu authored Jan 19, 2022
1 parent d4ed607 commit ff3dbc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DOCKER_ORG ?= avaplatform
DOCKER_IMAGE ?= ${DOCKER_ORG}/${PROJECT}
DOCKER_LABEL ?= latest
DOCKER_TAG ?= ${DOCKER_IMAGE}:${DOCKER_LABEL}
AVALANCHE_VERSION ?= v1.7.3
AVALANCHE_VERSION ?= v1.7.4

build:
go build -o ./rosetta-server ./cmd/server
Expand Down
2 changes: 1 addition & 1 deletion service/rosetta.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ var NodeVersion = fmt.Sprintf(
)

const (
MiddlewareVersion = "0.0.26"
MiddlewareVersion = "0.0.29"
BlockchainName = "Avalanche"
)

0 comments on commit ff3dbc4

Please sign in to comment.