From c525bae08a8948692640237c7fc2582d52e65826 Mon Sep 17 00:00:00 2001 From: paolocappelletti <56390199+paolocappelletti@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:54:34 +0100 Subject: [PATCH] Update pom.xml to 1.0.0 --- libevm/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevm/pom.xml b/libevm/pom.xml index 1e3da5c..21fe873 100644 --- a/libevm/pom.xml +++ b/libevm/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.horizen libevm - 1.0.0-SNAPSHOT + 1.0.0 ${project.groupId}:${project.artifactId} This library provides access to a standalone version of the go-ethereum EVM and its state storage layer StateDB and underlying LevelDB. https://github.com/${project.github.organization}/${project.artifactId}