Skip to content

Commit

Permalink
upreved
Browse files Browse the repository at this point in the history
  • Loading branch information
CountMurphy committed Nov 28, 2022
1 parent 0ca94a8 commit f4b9644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aboutdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AboutDialog : public QDialog
public:
explicit AboutDialog(QWidget *parent = 0);
~AboutDialog();
const QString version="2.3.1";
const QString version="2.3.2";

private:
Ui::AboutDialog *ui;
Expand Down

0 comments on commit f4b9644

Please sign in to comment.