Skip to content

Commit

Permalink
Merge pull request #113 from DXS-GROUP/InDev
Browse files Browse the repository at this point in the history
Edited app version
  • Loading branch information
Nighty3098 authored Jul 6, 2024
2 parents f9aa3a5 + 74fcec5 commit 4d50807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeKeeper/settingswindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QMainWindow{ parent }
urlToRepo->setAlignment(Qt::AlignHCenter | Qt::AlignTop);

versionInfo = new QLabel();
versionInfo->setText("0.1.7.1");
versionInfo->setText("0.1.8");
versionInfo->setAlignment(Qt::AlignCenter);

checkUpdatesBtn =
Expand Down

0 comments on commit 4d50807

Please sign in to comment.