Skip to content

Commit

Permalink
Version bump to 0.6.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Jul 11, 2022
1 parent d448406 commit 6bc17fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/restinio/cmake/target.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(RESTINIO_VERSION "0.6.15")
set(RESTINIO_VERSION "0.6.16")
4 changes: 2 additions & 2 deletions dev/restinio/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#pragma once

// The current version is 0.6.15
// The current version is 0.6.16
//
/*!
* The major part of version number.
Expand All @@ -33,7 +33,7 @@
*
* If RESTinio's version is 0.6.23 then RESTINIO_VERSION_PATCH==23.
*/
#define RESTINIO_VERSION_PATCH 15ull
#define RESTINIO_VERSION_PATCH 16ull

/*!
* Helper macro for make single number representation of RESTinio's version.
Expand Down

0 comments on commit 6bc17fd

Please sign in to comment.