This commit is contained in:
Martin Hořeňovský
2020-07-12 20:28:38 +02:00
parent 4c85248179
commit 7f21cc6c55
9 changed files with 94 additions and 39 deletions

View File

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