diff --git a/src/RobotNode/main.cpp b/src/RobotNode/main.cpp index 21c95f6..b132916 100644 --- a/src/RobotNode/main.cpp +++ b/src/RobotNode/main.cpp @@ -46,7 +46,7 @@ int main() Dixon::DixonLogger logger("main"); // The "Splash Screen" - logger.info("Dixon core is starting. Version: {}", "1.x.x"); + logger.info("Dixon core is starting. Version: {}", DIXON_VERSION); const sigset_t set = prepare_signal_set(); pthread_sigmask(SIG_BLOCK, &set, nullptr); diff --git a/src/RobotNode/version.txt b/src/RobotNode/version.txt index 3c79fcb..91cc3fe 100644 --- a/src/RobotNode/version.txt +++ b/src/RobotNode/version.txt @@ -1 +1 @@ -1.0.56 \ No newline at end of file +1.0.57 \ No newline at end of file