Set version to 1.6.0-b5

This commit is contained in:
Nik Bougalis
2020-05-03 11:48:14 -07:00
parent d9fa148688
commit 97712107b7

View File

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