We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2139216 commit 7e4201aCopy full SHA for 7e4201a
src/SimpleCLI.h
@@ -1,5 +1,5 @@
1
/*
2
- Copyright (c) 2019 Stefan Kremser
+ Copyright (c) 2021 Spacehuhn Technologies
3
This software is licensed under the MIT License. See the license file for details.
4
Source: github.com/spacehuhn/SimpleCLI
5
*/
@@ -9,10 +9,10 @@
9
10
#include "CommandError.h" // CommandError, Command, Argument
11
12
-#define SIMPLECLI_VERSION "1.1.1"
+#define SIMPLECLI_VERSION "1.1.2"
13
#define SIMPLECLI_VERSION_MAJOR 1
14
#define SIMPLECLI_VERSION_MINOR 1
15
-#define SIMPLECLI_VERSION_REVISION 1
+#define SIMPLECLI_VERSION_REVISION 2
16
17
class SimpleCLI {
18
private:
@@ -78,4 +78,4 @@ class SimpleCLI {
78
void setErrorCallback(void (* onError)(cmd_error* e));
79
};
80
81
-#endif // ifndef SimpleCLI_h
+#endif // ifndef SimpleCLI_h
0 commit comments