Skip to content

Commit

Permalink
Update Deuk version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plosslaw committed Sep 18, 2020
1 parent 47b1a63 commit 2b74a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ shadowJar {

run{
standardInput = System.in
enableAssertions = true
}
2 changes: 1 addition & 1 deletion src/main/java/Duke.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public String getString() {
}
}

private final String VERSION_NUMBER = "1.1.0";
private final String VERSION_NUMBER = "1.2.0";
private String logo;
private String introMessage;
private Storage storage;
Expand Down

0 comments on commit 2b74a52

Please sign in to comment.