misc: change version to 0.1

This commit is contained in:
outfoxxed 2024-03-04 05:37:24 -08:00
parent 28087c182e
commit 63180382be
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@
int main(int argc, char** argv) {
const auto app = QGuiApplication(argc, argv);
QGuiApplication::setApplicationName("quickshell");
QGuiApplication::setApplicationVersion("0.0.1");
QGuiApplication::setApplicationVersion("0.1.0");
QCommandLineParser parser;
parser.addHelpOption();