Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
change version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vuapo-eth committed Mar 29, 2019
1 parent 8d0abbe commit 872cee6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.iota'
version '0.6-SNAPSHOT'
version '0.6'

sourceCompatibility = 1.7

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/iota/ict/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Constants {
public static final Path WORKING_DIRECTORY = (new File("./")).toPath();
;

public static final String ICT_VERSION = "0.6-SNAPSHOT";
public static final String ICT_VERSION = "0.6";
public static final String ICT_REPOSITORY = "iotaledger/ict";
public static final String DEFAULT_PROPERTY_FILE_PATH = "ict.cfg";
public static final String WEB_GUI_PATH = "web/dist/";
Expand Down
2 changes: 1 addition & 1 deletion version.updater.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"0.6-SNAPSHOT","dependencies":["java","node"],"build-dependnecies":["gradle"]}
{"version":"0.6","dependencies":["java","node"],"build-dependencies":["gradle"]}

0 comments on commit 872cee6

Please sign in to comment.