From 17f531da3f0d4eff9d27c72d499b6766047d27ce Mon Sep 17 00:00:00 2001 From: galrogo Date: Thu, 29 Mar 2018 10:04:52 +0300 Subject: [PATCH] change version --- pom.xml | 2 +- src/main/java/com/iota/iri/IRI.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2c854c6d4a..4d969facc0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.iota iri - 1.4.2.2 + 1.4.2.3 IRI IOTA Reference Implementation diff --git a/src/main/java/com/iota/iri/IRI.java b/src/main/java/com/iota/iri/IRI.java index 9a09f5e266..9561a3345f 100644 --- a/src/main/java/com/iota/iri/IRI.java +++ b/src/main/java/com/iota/iri/IRI.java @@ -24,7 +24,7 @@ public class IRI { public static final String MAINNET_NAME = "IRI"; public static final String TESTNET_NAME = "IRI Testnet"; - public static final String VERSION = "1.4.2.2"; + public static final String VERSION = "1.4.2.3"; public static Iota iota; public static API api; public static IXI ixi;