aboutsummaryrefslogtreecommitdiff
path: root/src/system-stats/system-stats.cpp
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-11-02 14:21:18 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-11-02 14:21:55 +0600
commit9968379aee5be5b5875ac7732c52e59059f30a0e (patch)
treef4c86a3d57d1b2da90b9ff4cce7461d4ced42984 /src/system-stats/system-stats.cpp
parentda6cbb7099161c6562d127e3b3e268eb229a9c46 (diff)
downloadshopno-os-log-sync-9968379aee5be5b5875ac7732c52e59059f30a0e.tar.gz
shopno-os-log-sync-9968379aee5be5b5875ac7732c52e59059f30a0e.zip
Bump logger version for breaking changes
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'src/system-stats/system-stats.cpp')
-rw-r--r--src/system-stats/system-stats.cpp1
1 files changed, 1 insertions, 0 deletions
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;