diff --git a/FluWinGallery/FluSettingPage.h b/FluWinGallery/FluSettingPage.h index 04d9f502..29280f7f 100644 --- a/FluWinGallery/FluSettingPage.h +++ b/FluWinGallery/FluSettingPage.h @@ -80,7 +80,7 @@ class FluSettingPage : public FluWidget settingsVersionBox->getTitleLabel()->setText("FluentUI Gallery(Cpp & Qt)."); settingsVersionBox->getInfoLabel()->setText("©2023-2024 FluentUI For Qt & Cpp. All rights reserved."); - settingsVersionBox->getVersionLabel()->setText("0.2.6"); + settingsVersionBox->getVersionLabel()->setText("0.2.7"); QIcon icon = QIcon("../res/Tiles/GalleryIcon.ico"); settingsVersionBox->getIconLabel()->setPixmap(icon.pixmap(20, 20));