Skip to content

Commit cb64021

Browse files
committed
1.0.1
1 parent afe6952 commit cb64021

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
x.y.z
2+
=====
3+
4+
New features:
5+
6+
Bug fixes:
7+
8+
Other:
9+
10+
1.0.1
11+
=====
12+
13+
Bug fixes:
14+
15+
* Fix include path in tests
16+
117
1.0.0
218
=====
319

src/argengine.cpp

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

494494
std::string Argengine::version()
495495
{
496-
return "1.0.0";
496+
return "1.0.1";
497497
}
498498

499499
Argengine::~Argengine() = default;

0 commit comments

Comments
 (0)