From b4b22804e1265b29ae6b0398eacd489e25eb52aa Mon Sep 17 00:00:00 2001 From: PIerre Morisse Date: Mon, 10 May 2021 16:51:28 +0200 Subject: [PATCH] Update version --- src/include/subcommands/help.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/subcommands/help.h b/src/include/subcommands/help.h index 52a5248..375a913 100644 --- a/src/include/subcommands/help.h +++ b/src/include/subcommands/help.h @@ -3,7 +3,7 @@ #include -#define VERSION "LRez v.2.1" +#define VERSION "LRez v.2.1.1" using namespace std;