Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/appinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading