maintenance

This commit is contained in:
2025-12-05 09:22:45 -05:00
parent ebb7628498
commit 5c5f4d7d8f
4 changed files with 4 additions and 14 deletions

View File

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