This commit is contained in:
Martin Hořeňovský
2022-10-16 11:02:17 +02:00
parent 02123776f2
commit 182c910b4b
6 changed files with 31 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ namespace Catch {
}
Version const& libraryVersion() {
static Version version( 2, 13, 9, "", 0 );
static Version version( 2, 13, 10, "", 0 );
return version;
}