Skip to content

Commit

Permalink
Bumped version to v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed Jun 22, 2022
1 parent 24c599d commit 40a3888
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.4)

project(argparse
VERSION 2.5.0
VERSION 2.6.0
DESCRIPTION "A single header argument parser for C++17"
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://github.com/p-ranav/argparse/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
</a>
<img src="https://img.shields.io/badge/version-2.5-blue.svg?cacheSeconds=2592000" alt="version"/>
<img src="https://img.shields.io/badge/version-2.6-blue.svg?cacheSeconds=2592000" alt="version"/>
</p>

## Highlights
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class ArgparseConan(ConanFile):
name = "argparse"
version = "2.5"
version = "2.6"
exports_sources = "include/argparse.hpp"
no_copy_source = True

Expand Down

0 comments on commit 40a3888

Please sign in to comment.