From 94721c52cf79e6d13b9f3b85c6dae92b29b2bf1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Tue, 11 Oct 2022 13:35:35 +0300 Subject: [PATCH] Bump version. --- version/constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/constants.go b/version/constants.go index 58fd8fdb..aed8bb06 100644 --- a/version/constants.go +++ b/version/constants.go @@ -5,9 +5,9 @@ const ( RosettaVersion = "v1.4.12" // RosettaMiddlewareVersion is the version of this package (application) - RosettaMiddlewareVersion = "v0.2.8" + RosettaMiddlewareVersion = "v0.3.0" // NodeVersion is the canonical version of the node runtime // TODO: We should fetch this from node/status. - NodeVersion = "v1.3.43-rosetta1" + NodeVersion = "v1.3.44-rosetta1" )