Skip to content

Commit

Permalink
Merge pull request #201 from yorklim/version
Browse files Browse the repository at this point in the history
Update application version number
  • Loading branch information
ReganChoy authored Apr 14, 2024
2 parents b8db582 + b226ad5 commit 778b18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
public class MainApp extends Application {

public static final Version VERSION = new Version(0, 2, 2, true);
public static final Version VERSION = new Version(1, 4, 0, true);

private static final Logger logger = LogsCenter.getLogger(MainApp.class);

Expand Down Expand Up @@ -178,7 +178,7 @@ protected UserPrefs initPrefs(UserPrefsStorage storage) {

@Override
public void start(Stage primaryStage) {
logger.info("Starting AddressBook " + MainApp.VERSION);
logger.info("Starting ClientCare " + MainApp.VERSION);
ui.start(primaryStage);
}

Expand Down

0 comments on commit 778b18a

Please sign in to comment.