Code cleanup

This commit is contained in:
2025-12-18 09:27:37 -05:00
parent 6d87851117
commit fc69790bd2
4 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ int main(int argc, char **argv)
{
int returnCode(0);
Profiler profiler;
String version = "1.0.0.8"; // major version, minor version, patch, build
String version = "1.0.0.9"; // major version, minor version, patch, build
std::cout << "sstp version " << version.str() << std::endl;
if(!registerSignalHandler())