Skip to content

Commit

Permalink
Update APP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mcebular committed Jun 9, 2023
1 parent db42664 commit 881560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import hx.widgets.styles.MessageDialogStyle;
class Main {

public static final APP_NAME = "SyncthingStatus";
public static final APP_VERSION = "v0.5";
public static final APP_VERSION = "v2.0-rc.1";

public static function main() {
trace(getAboutString());
Expand Down

0 comments on commit 881560b

Please sign in to comment.