This commit is contained in:
Chris Thrasher
2025-04-08 12:33:47 -06:00
parent f51dc98dfc
commit 2b60af89e2
7 changed files with 28 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ namespace Catch {
}
Version const& libraryVersion() {
static Version version( 3, 8, 0, "", 0 );
static Version version( 3, 8, 1, "", 0 );
return version;
}

View File

@@ -10,6 +10,6 @@
#define CATCH_VERSION_MAJOR 3
#define CATCH_VERSION_MINOR 8
#define CATCH_VERSION_PATCH 0
#define CATCH_VERSION_PATCH 1
#endif // CATCH_VERSION_MACROS_HPP_INCLUDED