Skip to content

Commit

Permalink
update version to 2.5.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Nov 20, 2023
1 parent 148b32f commit 98dd78d
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 @@ -65,7 +65,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.2-evo-alpha");
L_RO_PROP(QString,version_string,set_version_string,"2.5.2-evo-beta");
public:
L_RO_PROP(QString,toast_text,set_toast_text,"NONE");
L_RO_PROP(bool,toast_visible,set_toast_visible,false);
Expand Down

0 comments on commit 98dd78d

Please sign in to comment.