Skip to content

Commit

Permalink
Update version -> v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnprif committed Jan 30, 2023
1 parent 74b0b62 commit 687816f
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.4";
private String version = "v0.6";

private Stage stage;
private Scene scene;
Expand Down

0 comments on commit 687816f

Please sign in to comment.