From 703a3789083d2f990c4e99cd25c97c2a4cccbd81 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 11 Jun 2025 14:11:43 -0700 Subject: [PATCH] core: change version number --- src/launch/command.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/launch/command.cpp b/src/launch/command.cpp index eb944ec7..1704d9d2 100644 --- a/src/launch/command.cpp +++ b/src/launch/command.cpp @@ -457,8 +457,8 @@ int runCommand(int argc, char** argv, QCoreApplication* coreApplication) { } if (state.misc.printVersion) { - qCInfo(logBare).noquote().nospace() << "quickshell pre-release, revision " << GIT_REVISION - << ", distributed by: " << DISTRIBUTOR; + qCInfo(logBare).noquote().nospace() + << "quickshell 0.1.0, revision " << GIT_REVISION << ", distributed by: " << DISTRIBUTOR; if (state.log.verbosity > 1) { qCInfo(logBare).noquote() << "\nBuildtime Qt Version:" << QT_VERSION_STR;