Set version to 1.6.0-b4

This commit is contained in:
manojsdoshi
2020-04-23 18:14:45 -07:00
parent 444ea56182
commit 2bf3b194fa

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-b3"
char const* const versionString = "1.6.0-b4"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)