Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarbowiak committed Aug 26, 2024
1 parent 5e41772 commit 0c47165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project("cpp-argparse" VERSION 2.2.0 LANGUAGES CXX)
project("cpp-argparse" VERSION 2.3.0 LANGUAGES CXX)

add_library(${PROJECT_NAME} INTERFACE)
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
Expand Down
2 changes: 1 addition & 1 deletion include/argparse.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2018 - 2024 Krzysztof Karbowiak
cpp-argparse v2.2.0
cpp-argparse v2.3.0
See https://github.com/kkarbowiak/cpp-argparse
Expand Down

0 comments on commit 0c47165

Please sign in to comment.