Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
set version to 1.0.0
  • Loading branch information
natenichols committed Jun 29, 2022
commit ab32511435adf1a97773590fac5a2e22fbb6c20c
2 changes: 1 addition & 1 deletion src/main/impl/Build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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)
Expand Down