Skip to content

Commit

Permalink
#376 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Sep 3, 2020
1 parent a654ecd commit c980834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca/mcgill/cs/jetuml/JetUML.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public final class JetUML extends Application
{
@SuppressWarnings("exports")
public static final Version VERSION = Version.create(3, 0);
public static final Version VERSION = Version.create(3, 0, 1);

private static HostServices aHostServices; // Required to open a browser page.

Expand Down

0 comments on commit c980834

Please sign in to comment.