Skip to content

Commit

Permalink
fix(core): Revert version file to its original
Browse files Browse the repository at this point in the history
  • Loading branch information
syl committed Apr 15, 2021
1 parent a236aab commit bb523e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/atomicdex/version/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ namespace atomic_dex
constexpr const char*
get_version()
{
return "0.4.0-beta-test-self-update"; // Temporary name for self update feature. TODO: Fix it when feature is complete.
return "0.4.1-beta";
}

constexpr int
get_num_version() noexcept
{
return 39; // Temporary value for self update feature. TODO: Fix it when feature is complete.
return 41;
}

constexpr const char*
Expand Down

0 comments on commit bb523e7

Please sign in to comment.