We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a317e8a commit c3f71f3Copy full SHA for c3f71f3
2 files changed
CHANGELOG
@@ -3,13 +3,18 @@ x.y.z
3
4
New features:
5
6
-* Fix GitHub Issue #2: Configurable value names for help
7
-* Add getter for help text
8
-
9
Bug fixes:
10
11
Other:
12
+1.1.0
+=====
+
13
+New features:
14
15
+* Fix GitHub Issue #2: Configurable value names for help
16
+* Add getter for help text
17
18
1.0.1
19
=====
20
src/argengine.cpp
@@ -505,7 +505,7 @@ void Argengine::parse(Error & error)
505
506
std::string Argengine::version()
507
{
508
- return "1.0.1";
+ return "1.1.0";
509
}
510
511
Argengine::~Argengine() = default;
0 commit comments