This commit is contained in:
Martin Hořeňovský
2020-07-05 11:51:30 +02:00
parent 09b8017ea3
commit c299133a31
6 changed files with 21 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ namespace Catch {
}
Version const& libraryVersion() {
static Version version( 2, 12, 3, "", 0 );
static Version version( 2, 12, 4, "", 0 );
return version;
}