diff --git a/CHANGELOG.md b/CHANGELOG.md index b401a777..6608b4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## HEAD +## 5.7.7 (2017-11-07) + ### Bug Fixes - Game loading fix where shops data was being read twice, and the second time diff --git a/src/version.h b/src/version.h index 86ff9b0d..792e1e06 100644 --- a/src/version.h +++ b/src/version.h @@ -9,4 +9,4 @@ // then you must also update the CMakeLists.txt. constexpr uint8_t CURRENT_VERSION_MAJOR = 5; constexpr uint8_t CURRENT_VERSION_MINOR = 7; -constexpr uint8_t CURRENT_VERSION_PATCH = 6; +constexpr uint8_t CURRENT_VERSION_PATCH = 7;