From 9968379aee5be5b5875ac7732c52e59059f30a0e Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Thu, 2 Nov 2023 14:21:18 +0600 Subject: Bump logger version for breaking changes Signed-off-by: Mubashshir --- src/system-stats/system-stats.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/system-stats/system-stats.cpp') diff --git a/src/system-stats/system-stats.cpp b/src/system-stats/system-stats.cpp index 6a9549c..6f6555a 100644 --- a/src/system-stats/system-stats.cpp +++ b/src/system-stats/system-stats.cpp @@ -19,6 +19,7 @@ int main() ).count(); stream.get() << "begin\t" << epoch << std::endl; + stream.get() << "ver\t" << APP_MAJOR << "\t" << APP_MINOR << std::endl; stream.get() << dumpReport(); stream.get() << "end\t" << epoch << std::endl; -- cgit v1.2.3