Skip to content

Commit 327e16c

Browse files
committed
Bumped to version v2.7
1 parent e9099de commit 327e16c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.6.0
4+
VERSION 2.7.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

Lines changed: 1 addition & 1 deletion
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.6-blue.svg?cacheSeconds=2592000" alt="version"/>
10+
<img src="https://img.shields.io/badge/version-2.7-blue.svg?cacheSeconds=2592000" alt="version"/>
1111
</p>
1212

1313
## Highlights

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)