Skip to content

Commit

Permalink
Update SimpleCLI.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kremser authored Oct 21, 2021
1 parent 2139216 commit 7e4201a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SimpleCLI.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2019 Stefan Kremser
Copyright (c) 2021 Spacehuhn Technologies
This software is licensed under the MIT License. See the license file for details.
Source: github.com/spacehuhn/SimpleCLI
*/
Expand All @@ -9,10 +9,10 @@

#include "CommandError.h" // CommandError, Command, Argument

#define SIMPLECLI_VERSION "1.1.1"
#define SIMPLECLI_VERSION "1.1.2"
#define SIMPLECLI_VERSION_MAJOR 1
#define SIMPLECLI_VERSION_MINOR 1
#define SIMPLECLI_VERSION_REVISION 1
#define SIMPLECLI_VERSION_REVISION 2

class SimpleCLI {
private:
Expand Down Expand Up @@ -78,4 +78,4 @@ class SimpleCLI {
void setErrorCallback(void (* onError)(cmd_error* e));
};

#endif // ifndef SimpleCLI_h
#endif // ifndef SimpleCLI_h

0 comments on commit 7e4201a

Please sign in to comment.