Skip to content

Commit

Permalink
chore(master): release 1.0.10 (#67)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.10](v1.0.9...v1.0.10)
(2023-11-06)


### Bug Fixes

* Update main.cpp
([#66](#66))
([7224e80](7224e80))

---
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>
  • Loading branch information
github-actions[bot] authored Nov 6, 2023
1 parent 7224e80 commit 2fd344b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Lamp/Filesystem/lampFS.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
x-release-please-start-version
1.0.9
1.0.10
x-release-please-end

0 comments on commit 2fd344b

Please sign in to comment.