Skip to content

Commit c525bae

Browse files
Update pom.xml to 1.0.0
1 parent b979a25 commit c525bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libevm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.horizen</groupId>
55
<artifactId>libevm</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>This library provides access to a standalone version of the go-ethereum EVM and its state storage layer StateDB and underlying LevelDB.</description>
99
<url>https://github.com/${project.github.organization}/${project.artifactId}</url>

0 commit comments

Comments
 (0)