Set version to 1.6.0-b3

This commit is contained in:
manojsdoshi
2020-04-23 10:24:35 -07:00
parent 123e94c603
commit 023f5704d0

View File

@@ -32,7 +32,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "1.6.0-b2"
char const* const versionString = "1.6.0-b3"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)