Skip to content

Commit 896cc15

Browse files
committed
Version bump to 0.7.3.
1 parent f9162ed commit 896cc15

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.2
14+
// The current version is 0.7.3
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 2ull
36+
#define RESTINIO_VERSION_PATCH 3ull
3737

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

0 commit comments

Comments
 (0)