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.