diff --git a/bsnes/emulator/emulator.hpp b/bsnes/emulator/emulator.hpp index cc62821a..5e1300bd 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -29,7 +29,7 @@ using namespace nall; namespace Emulator { static const string Name = "bsnes"; - static const string Version = "112.14"; + static const string Version = "113"; static const string Author = "byuu"; static const string License = "GPLv3"; static const string Website = "https://byuu.org";