Bumping version.

This commit is contained in:
Daniel Lemire 2023-01-18 18:27:19 -05:00
parent e7d25fb058
commit 34d443d6fc

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
project(fast_float VERSION 3.8.1 LANGUAGES CXX)
project(fast_float VERSION 3.8.2 LANGUAGES CXX)
option(FASTFLOAT_TEST "Enable tests" OFF)
if(FASTFLOAT_TEST)
enable_testing()