Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed May 27, 2024
1 parent 577764c commit dde42f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [macos-13]
qt_ver: [6.7.0]
qt_ver: [6.6.3]
qt_arch: [clang_64]
env:
targetName: sast-evento
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
qt_ver: [6.6.2]
qt_ver: [6.5.3]
qt_arch: [gcc_64]
env:
targetName: sast-evento
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [windows-2019]
include:
- qt_ver: 6.7.0
- qt_ver: 6.6.3
qt_arch: win64_msvc2019_64
msvc_arch: x64
qt_arch_isntall: [msvc2019_64]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake/)
include(GetGitRevisionDescription)

project(SAST_Evento_Desktop VERSION 1.0 LANGUAGES CXX)
project(SAST_Evento_Desktop VERSION 1.1 LANGUAGES CXX)

set(FLUENTUI_BUILD_EXAMPLES OFF)

Expand Down
2 changes: 1 addition & 1 deletion src/lang/AppInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <QtGlobal>

AppInfo::AppInfo(QObject* parent) : QObject{parent} {
version("v1.0.1227-beta");
version("v1.1.0527-beta");
if (QLocale::system().language() == QLocale::Chinese)
lang(new Zh());
else
Expand Down

0 comments on commit dde42f0

Please sign in to comment.