Bumped version to v2.5

This commit is contained in:
Pranav 2022-05-27 07:29:23 -05:00 committed by GitHub
parent 5d093dcdc5
commit 162866eb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.4)
project(argparse
VERSION 2.4.0
VERSION 2.5.0
DESCRIPTION "A single header argument parser for C++17"
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
LANGUAGES CXX