diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6d34e..ad4e510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.10](https://github.com/CHollingworth/Lamp/compare/v1.0.9...v1.0.10) (2023-11-06) + + +### Bug Fixes + +* Update main.cpp ([#66](https://github.com/CHollingworth/Lamp/issues/66)) ([7224e80](https://github.com/CHollingworth/Lamp/commit/7224e809b0d93a4e2ab3d2f48a37e06f15df56fd)) + ## [1.0.9](https://github.com/CHollingworth/Lamp/compare/v1.0.8...v1.0.9) (2023-11-06) diff --git a/Lamp/Filesystem/lampFS.h b/Lamp/Filesystem/lampFS.h index f567343..fe03145 100644 --- a/Lamp/Filesystem/lampFS.h +++ b/Lamp/Filesystem/lampFS.h @@ -266,7 +266,7 @@ namespace Lamp::Core::FS{ /** * @brief The version number of the software. */ - std::string versionNumber = "1.0.9"; // x-release-please-version + std::string versionNumber = "1.0.10"; // x-release-please-version /** * @brief Check for updates. diff --git a/VERSION b/VERSION index f0d602e..038ffdc 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ x-release-please-start-version -1.0.9 +1.0.10 x-release-please-end \ No newline at end of file