Skip to content

Commit b4ad5e1

Browse files
committed
Bump version to 1.3.0
1 parent b9cff6c commit b4ad5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/hana/version.hpp

+1-1
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 2
27+
#define BOOST_HANA_MINOR_VERSION 3
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)