This commit is contained in:
Martin Hořeňovský
2019-02-12 19:58:12 +01:00
parent 5d4061af12
commit dbbab8727c
7 changed files with 45 additions and 22 deletions

View File

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