Skip to content

Commit 997da92

Browse files
committed
Bumped version to v2.9
1 parent d6c3f3b commit 997da92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.4)
22

33
project(argparse
4-
VERSION 2.8.0
4+
VERSION 2.9.0
55
DESCRIPTION "A single header argument parser for C++17"
66
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
77
LANGUAGES CXX

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://github.com/p-ranav/argparse/blob/master/LICENSE">
88
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
99
</a>
10-
<img src="https://img.shields.io/badge/version-2.8-blue.svg?cacheSeconds=2592000" alt="version"/>
10+
<img src="https://img.shields.io/badge/version-2.9-blue.svg?cacheSeconds=2592000" alt="version"/>
1111
</p>
1212

1313
## Highlights

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class ArgparseConan(ConanFile):
44
name = "argparse"
5-
version = "2.8"
5+
version = "2.9"
66
exports_sources = "include/argparse.hpp"
77
no_copy_source = True
88

0 commit comments

Comments
 (0)