Skip to content

Commit

Permalink
Update version for v1.3 trial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombbird2001 committed Oct 27, 2023
1 parent c3d74d2 commit b5bd2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/transact/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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, 3, 0, true);

Check warning on line 44 in src/main/java/transact/MainApp.java

View check run for this annotation

Codecov / codecov/patch

src/main/java/transact/MainApp.java#L44

Added line #L44 was not covered by tests

private static final Logger logger = LogsCenter.getLogger(MainApp.class);
private static HostServices hostServices;
Expand Down

0 comments on commit b5bd2dc

Please sign in to comment.