diff --git a/RetroFE/Source/Version.cpp b/RetroFE/Source/Version.cpp index 92ed707..e488d32 100644 --- a/RetroFE/Source/Version.cpp +++ b/RetroFE/Source/Version.cpp @@ -20,7 +20,7 @@ std::string retrofe_version_major = "0"; std::string retrofe_version_minor = "7"; -std::string retrofe_version_build = "20b4"; +std::string retrofe_version_build = "20b5"; std::string Version::getString()