Skip to content

Commit 4468302

Browse files
authored
Set version to 1.0.1 (#216)
1 parent a704cf7 commit 4468302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/impl/Build.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Build {
1212
// and follow the format described at http://semver.org/
1313
//------------------------------------------------------------------------------
1414
// clang-format off
15-
char const* const versionString = "1.0.0"
15+
char const* const versionString = "1.0.1"
1616
// clang-format on
1717

1818
#if defined(DEBUG) || defined(SANITIZER)

0 commit comments

Comments
 (0)