Skip to content

Commit

Permalink
Bumping the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jan 20, 2023
1 parent e84f7e7 commit 7a6fe5e
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.9)

project(fast_float VERSION 3.8.2 LANGUAGES CXX)
project(fast_float VERSION 3.9.0 LANGUAGES CXX)
option(FASTFLOAT_TEST "Enable tests" OFF)
if(FASTFLOAT_TEST)
enable_testing()
Expand Down

0 comments on commit 7a6fe5e

Please sign in to comment.