mpark / variant

C++17 `std::variant` for C++11/14/17
https://mpark.github.io/variant
Boost Software License 1.0
659 stars 88 forks source link

CMake: 1.4.0 version bump #60

Closed ax3l closed 5 years ago

ax3l commented 5 years ago

Hi,

thanks a lot for this library! :sparkles:

I think the latest release 1.4.0 forgot to bump the CMake version, it still points to 1.3.0: https://github.com/mpark/variant/blob/master/CMakeLists.txt

Can you maybe bump it for a 1.4.1 release?

mpark commented 5 years ago

Oh no! That's embarrassing. Thanks for pointing this out 😕

ax3l commented 4 years ago

@mpark are you planning a 1.4.1 release (with bumped version)? :)