From 2845494e77e952b412f5fb91ae850cda157a13bd Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 13 Jun 2017 08:52:22 -0700 Subject: [PATCH] Set version to 56 --- include/beast/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/beast/version.hpp b/include/beast/version.hpp index a73fc492..7274f734 100644 --- a/include/beast/version.hpp +++ b/include/beast/version.hpp @@ -18,7 +18,7 @@ This is a simple integer that is incremented by one every time a set of code changes is merged to the master or develop branch. */ -#define BEAST_VERSION 55 +#define BEAST_VERSION 56 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)