From 2fd344b2a98f38679d8dd00cae8e3f2a633c18af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:38:52 +0000 Subject: [PATCH] chore(master): release 1.0.10 (#67) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Lamp/Filesystem/lampFS.h | 2 +- VERSION | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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