From 30b769b282493b8a49ed6ac321158cc697d63792 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sun, 14 Nov 2021 03:04:14 +0100 Subject: [PATCH] Version bump to 1.4 --- akashi/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akashi/main.cpp b/akashi/main.cpp index 8a67e56..1cca8c4 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("coconut (1.3)"); + QCoreApplication::setApplicationVersion("durian (1.4)"); std::atexit(cleanup); // Verify server configuration is sound.