Skip to content

Commit

Permalink
Updated app version.
Browse files Browse the repository at this point in the history
  • Loading branch information
janos-ijgyarto committed Feb 6, 2022
1 parent 02dd37b commit 02fa682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HuxQt/src/source/UI/HuxQt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ namespace HuxApp
namespace
{
constexpr int APP_VERSION_MAJOR = 0;
constexpr int APP_VERSION_MINOR = 5;
constexpr int APP_VERSION_PATCH = 3;
constexpr int APP_VERSION_MINOR = 6;
constexpr int APP_VERSION_PATCH = 0;

constexpr const char* TELEPORT_TYPE_LABELS[Utils::to_integral(Terminal::TeleportType::TYPE_COUNT)] =
{
Expand Down

0 comments on commit 02fa682

Please sign in to comment.