Skip to content

Commit 9568d32

Browse files
committed
1.2.0
1 parent 4ca8633 commit 9568d32

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Bug fixes:
99

1010
Other:
1111

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+
1223
1.1.1
1324
=====
1425

src/argengine.cpp

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

548548
std::string Argengine::version()
549549
{
550-
return "1.1.1";
550+
return "1.2.0";
551551
}
552552

553553
Argengine::~Argengine() = default;

0 commit comments

Comments
 (0)