diff --git a/RetroFE/Source/Version.cpp b/RetroFE/Source/Version.cpp index 010c0ee..cf75e7b 100644 --- a/RetroFE/Source/Version.cpp +++ b/RetroFE/Source/Version.cpp @@ -21,7 +21,7 @@ std::string retrofe_version_major = "0"; std::string retrofe_version_minor = "8"; -std::string retrofe_version_build = "15b6"; +std::string retrofe_version_build = "15b7"; std::string Version::getString( )