Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
galrogo committed Mar 29, 2018
1 parent 6c6facb commit 17f531d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.iota</groupId>
<artifactId>iri</artifactId>
<version>1.4.2.2</version>
<version>1.4.2.3</version>

<name>IRI</name>
<description>IOTA Reference Implementation</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/iota/iri/IRI.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 17f531d

Please sign in to comment.