From 3a83084e947b41ca8ed463ee3241a40a6577f607 Mon Sep 17 00:00:00 2001 From: ParantezTech <12572227+par274@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:51:41 +0300 Subject: [PATCH] chore: bump version to 1.0.0-test.release --- src/appinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appinfo.h b/src/appinfo.h index eade180..86d2517 100644 --- a/src/appinfo.h +++ b/src/appinfo.h @@ -33,7 +33,7 @@ constexpr std::string_view APP_ICON_NAME = "qml-template"; constexpr std::string_view APP_LINUX_CATEGORY = "Utility"; // Release semantic version. -constexpr std::string_view APP_VER = "1.0.0"; +constexpr std::string_view APP_VER = "1.0.0-test.release"; // Directory next to the launcher holding the real binary and its runtime // dependencies. Not used on macOS, where the .app bundle plays this role.