Skip to content

Commit 2d93a85

Browse files
Adjust versions.
1 parent 7a1cb1b commit 2d93a85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/multiversx/mx-chain-rosetta
22

3-
go 1.23.10
3+
go 1.23.6
44

55
require (
66
github.com/coinbase/rosetta-sdk-go v0.8.3

version/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const (
77

88
var (
99
// RosettaMiddlewareVersion is the version of this package (application)
10-
RosettaMiddlewareVersion = "v0.6.1"
10+
RosettaMiddlewareVersion = "v0.6.2"
1111
)

0 commit comments

Comments
 (0)