Skip to content

Commit 35c0f46

Browse files
committed
[skip ci] Version bump to 0.7.8.
1 parent bc1a97f commit 35c0f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/restinio/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#pragma once
1313

14-
// The current version is 0.7.7
14+
// The current version is 0.7.8
1515
//
1616
/*!
1717
* The major part of version number.
@@ -33,7 +33,7 @@
3333
*
3434
* If RESTinio's version is 0.6.23 then RESTINIO_VERSION_PATCH==23.
3535
*/
36-
#define RESTINIO_VERSION_PATCH 7ull
36+
#define RESTINIO_VERSION_PATCH 8ull
3737

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

0 commit comments

Comments
 (0)