Skip to content

Commit 8b1fbe3

Browse files
committed
Bump version to 1.2.0 for release
1 parent cb7f115 commit 8b1fbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/hana/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Distributed under the Boost Software License, Version 1.0.
2424

2525
//! @ingroup group-config
2626
//! Macro expanding to the minor version of the library, i.e. the `y` in `x.y.z`.
27-
#define BOOST_HANA_MINOR_VERSION 1
27+
#define BOOST_HANA_MINOR_VERSION 2
2828

2929
//! @ingroup group-config
3030
//! Macro expanding to the patch level of the library, i.e. the `z` in `x.y.z`.

0 commit comments

Comments
 (0)