Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhao-shihan authored Jun 26, 2024
1 parent 2349b5a commit 55836cb
Showing 1 changed file with 1 addition and 1 deletion.
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.14)

project(envparse VERSION 0.0.1 LANGUAGES CXX)
project(envparse VERSION 1.0.0 LANGUAGES CXX)

add_library(envparse INTERFACE)
add_library(envparse::envparse ALIAS envparse)
Expand Down

0 comments on commit 55836cb

Please sign in to comment.