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

Commit

Permalink
version 1.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davassi committed Nov 26, 2016
1 parent 61cfdc8 commit d265c26
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -15,7 +15,7 @@ public class IRI {
private static final Logger log = LoggerFactory.getLogger(IRI.class);

public static final String NAME = "IRI";
public static final String VERSION = "1.1.0";
public static final String VERSION = "1.1.0.1";

public static void main(final String[] args) {

Expand Down

0 comments on commit d265c26

Please sign in to comment.