We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca8633 commit 9568d32Copy full SHA for 9568d32
CHANGELOG
@@ -9,6 +9,17 @@ Bug fixes:
9
10
Other:
11
12
+1.2.0
13
+=====
14
+
15
+Release date:
16
17
+Sun, 15 Oct 2023 22:29:51 +0300
18
19
+New features:
20
21
+* Fix GitHub Issue #1: Implement conflicting options
22
23
1.1.1
24
=====
25
src/argengine.cpp
@@ -547,7 +547,7 @@ void Argengine::parse(Error & error)
547
548
std::string Argengine::version()
549
{
550
- return "1.1.1";
+ return "1.2.0";
551
}
552
553
Argengine::~Argengine() = default;
0 commit comments