Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrescv committed Oct 25, 2018
1 parent 6b88854 commit 075b571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

# prints V-Sim version
vsim_version() {
echo 'v1.0.0'
echo 'v1.0.1'
}

# current V-Sim release link
Expand Down
2 changes: 1 addition & 1 deletion vsim/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public final class Settings {

/** current version */
public static final String VERSION = "v1.0.0";
public static final String VERSION = "v1.0.1";

/** installation path */
public static String ROOT = null;
Expand Down

0 comments on commit 075b571

Please sign in to comment.