Skip to content

Commit ba31227

Browse files
committed
change version to 0.9
1 parent 384e8b4 commit ba31227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/States/GlobalState.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class GlobalState {
1111
private:
1212
// Version
13-
const std::string version = "0.8";
13+
const std::string version = "0.9";
1414

1515
//Pin in use
1616
std::vector<uint8_t> protectedPins;

webui/scripts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ window.addEventListener("DOMContentLoaded", function () {
126126
| |_) | |_| \\__ \\ | |_) | | | | (_| | || __/
127127
|____/ \\__,_|___/ | .__/|_|_| \\__,_|\\__\\___|
128128
|_|
129-
Version 0.8 Ready to board
129+
Version 0.9 Ready to board
130130

131131
Type 'mode' to start or 'help' for commands
132132

0 commit comments

Comments
 (0)