Skip to content

Commit

Permalink
change version code to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 19, 2024
1 parent 383556c commit be0dba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/qopenhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class QOpenHD : public QObject
// Tries to mimic android toast as much as possible
//
Q_INVOKABLE void show_toast(QString message,bool long_toast=false);
L_RO_PROP(QString,version_string,set_version_string,"2.5.4-evo-alpha");
L_RO_PROP(QString,version_string,set_version_string,"2.5.4-evo-beta");
//
// Shows a message popup to the user that needs to be clicked away - use sparingly
//
Expand Down

0 comments on commit be0dba9

Please sign in to comment.