mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Bumped library version to v2.4
This commit is contained in:
parent
d2acb6aa44
commit
4af831ef72
@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.12.4)
|
||||
|
||||
project(argparse
|
||||
VERSION 2.3.0
|
||||
VERSION 2.4.0
|
||||
DESCRIPTION "A single header argument parser for C++17"
|
||||
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
|
||||
LANGUAGES CXX
|
||||
|
@ -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.3-blue.svg?cacheSeconds=2592000" alt="version"/>
|
||||
<img src="https://img.shields.io/badge/version-2.4-blue.svg?cacheSeconds=2592000" alt="version"/>
|
||||
</p>
|
||||
|
||||
## Highlights
|
||||
|
Loading…
Reference in New Issue
Block a user