Skip to content

Commit 8ed6609

Browse files
committed
Merge branch '0.7-dev-deps-update-20241111' into 0.7-dev-pr-213
2 parents 48d9a1d + 896cc15 commit 8ed6609

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)