Skip to content

Commit 703a378

Browse files
committed
core: change version number
1 parent 09981a0 commit 703a378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/launch/command.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ int runCommand(int argc, char** argv, QCoreApplication* coreApplication) {
457457
}
458458

459459
if (state.misc.printVersion) {
460-
qCInfo(logBare).noquote().nospace() << "quickshell pre-release, revision " << GIT_REVISION
461-
<< ", distributed by: " << DISTRIBUTOR;
460+
qCInfo(logBare).noquote().nospace()
461+
<< "quickshell 0.1.0, revision " << GIT_REVISION << ", distributed by: " << DISTRIBUTOR;
462462

463463
if (state.log.verbosity > 1) {
464464
qCInfo(logBare).noquote() << "\nBuildtime Qt Version:" << QT_VERSION_STR;

0 commit comments

Comments
 (0)