Skip to content

Commit

Permalink
Version bump to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Dec 15, 2023
1 parent a950858 commit dc7fb10
Showing 1 changed file with 2 additions and 2 deletions.
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.7.0
// The current version is 0.7.1
//
/*!
* 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 0ull
#define RESTINIO_VERSION_PATCH 1ull

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

0 comments on commit dc7fb10

Please sign in to comment.