Skip to content

Commit

Permalink
fix precedent_raw_version
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Mar 6, 2023
1 parent 10201e7 commit 769e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/version/version.hpp
Expand Up @@ -39,6 +39,6 @@ namespace atomic_dex
constexpr const char*
get_precedent_raw_version()
{
return "0.5.7.1";
return "0.5.7";
}
} // namespace atomic_dex

0 comments on commit 769e872

Please sign in to comment.