Skip to content

Commit

Permalink
Bump version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackMark29A committed Dec 29, 2023
1 parent c113ff5 commit 0ddbf72
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
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0091 NEW) # MSVC_RUNTIME_LIBRARY

project(libenvpp LANGUAGES CXX)
set(LIBENVPP_VERSION "1.3.0")
set(LIBENVPP_VERSION "1.4.0")
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down

0 comments on commit 0ddbf72

Please sign in to comment.