about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 859fc69..db75351 100644 --- a/src/version.h +++ b/src/version.h
@@ -33,6 +33,6 @@ struct Version {
33 33
34std::ostream& operator<<(std::ostream& out, const Version& ver); 34std::ostream& operator<<(std::ostream& out, const Version& ver);
35 35
36constexpr const Version kTrackerVersion = Version(0, 8, 0); 36constexpr const Version kTrackerVersion = Version(0, 9, 0);
37 37
38#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file 38#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file