feat: update version

This commit is contained in:
ToruNiina
2024-01-06 02:20:21 +09:00
parent 04209b1540
commit 8ed1a1d7e4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
enable_testing()
project(toml11 VERSION 3.7.1)
project(toml11 VERSION 3.8.0)
option(toml11_BUILD_TEST "Build toml tests" OFF)
option(toml11_INSTALL "Install CMake targets during install step." ON)