Skip to content

Commit

Permalink
update version -> v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnprif committed Feb 16, 2023
1 parent 4026b42 commit 9690bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/MainGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class MainGUI extends Application
{
private String javaVersion = System.getProperty("java.version");
private String javafxVersion = System.getProperty("javafx.version");
private String version = "v0.9.6";
private String version = "v0.9.7";

private Stage stage;
private Scene scene;
Expand Down

0 comments on commit 9690bac

Please sign in to comment.