Skip to content

Commit c3f71f3

Browse files
committed
1.1.0
1 parent a317e8a commit c3f71f3

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ x.y.z
33

44
New features:
55

6-
* Fix GitHub Issue #2: Configurable value names for help
7-
* Add getter for help text
8-
96
Bug fixes:
107

118
Other:
129

10+
1.1.0
11+
=====
12+
13+
New features:
14+
15+
* Fix GitHub Issue #2: Configurable value names for help
16+
* Add getter for help text
17+
1318
1.0.1
1419
=====
1520

src/argengine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ void Argengine::parse(Error & error)
505505

506506
std::string Argengine::version()
507507
{
508-
return "1.0.1";
508+
return "1.1.0";
509509
}
510510

511511
Argengine::~Argengine() = default;

0 commit comments

Comments
 (0)