Bump version to v3.0.0 preview 3

This commit is contained in:
Martin Hořeňovský
2020-10-08 15:26:30 +02:00
parent 853565bfb8
commit b9853b4b35
4 changed files with 59 additions and 14 deletions

View File

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