set version to 1.0.0 (#202)

This commit is contained in:
Nathan Nichols
2022-06-29 15:38:07 -07:00
committed by GitHub
parent 35db5d3da9
commit 1e7645419f

View File

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