Skip to content

Commit 4f837af

Browse files
committed
Version bump.
1 parent 76882c1 commit 4f837af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/asio/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
// BOOST_ASIO_VERSION % 100 is the sub-minor version
1919
// BOOST_ASIO_VERSION / 100 % 1000 is the minor version
2020
// BOOST_ASIO_VERSION / 100000 is the major version
21-
#define BOOST_ASIO_VERSION 103001 // 1.30.1
21+
#define BOOST_ASIO_VERSION 103002 // 1.30.2
2222

2323
#endif // BOOST_ASIO_VERSION_HPP

0 commit comments

Comments
 (0)