Skip to content

Commit

Permalink
Merge pull request #278 from SuhailLoya/update-version-1.6
Browse files Browse the repository at this point in the history
update version 1.6.0 in mainapp
  • Loading branch information
mongj authored Nov 12, 2024
2 parents ed16b89 + 35ca082 commit dbec80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/careconnect/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(1, 5, 0, false);
public static final Version VERSION = new Version(1, 6, 0, false);

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

Expand Down

0 comments on commit dbec80a

Please sign in to comment.