This commit is contained in:
Martin Hořeňovský
2020-12-29 15:03:40 +01:00
parent fe3dddcc6d
commit de6fe184a9
7 changed files with 44 additions and 23 deletions

View File

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