From ec1c8ada7a22b274cf6e58c019c2bbe6965f6232 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 7 Oct 2018 18:35:53 -0700 Subject: [PATCH] Set version to 185 --- CHANGELOG.md | 2 +- include/boost/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1dcfc70..d0543353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 184: +Version 185: * Remove extraneous function * Fix some typos diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index 5da388e8..5cd404af 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 184 +#define BOOST_BEAST_VERSION 185 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)