From 4c5954e9c0b2fb18377cab336e7f49b3ec2727e7 Mon Sep 17 00:00:00 2001 From: scatterflower <2956568+scatterflower@users.noreply.github.com> Date: Tue, 27 Jul 2021 08:14:11 -0500 Subject: [PATCH] Version bump --- akashi/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akashi/main.cpp b/akashi/main.cpp index 08b8d6f..8a67e56 100644 --- a/akashi/main.cpp +++ b/akashi/main.cpp @@ -36,7 +36,7 @@ int main(int argc, char* argv[]) { QCoreApplication app(argc, argv); QCoreApplication::setApplicationName("akashi"); - QCoreApplication::setApplicationVersion("banana"); + QCoreApplication::setApplicationVersion("coconut (1.3)"); std::atexit(cleanup); // Verify server configuration is sound.