From d3b82a2fb0b7dfd776aa12451bd0a2c72b2f8557 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Tue, 11 Oct 2022 16:43:22 +0800 Subject: [PATCH] Set version to 342. --- include/boost/beast/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index a162898d..42590eff 100644 --- a/include/boost/beast/version.hpp +++ b/include/boost/beast/version.hpp @@ -20,7 +20,7 @@ This is a simple integer that is incremented by one every time a set of code changes is merged to the develop branch. */ -#define BOOST_BEAST_VERSION 341 +#define BOOST_BEAST_VERSION 342 // A string describing BOOST_BEAST_VERSION, that can be used in http headers. #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)