about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-17 16:18:46 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-17 16:18:46 -0500
commitd103c12022156e211da9d417f1bdddf8e420b39b (patch)
tree2008005aa7ad252b6f55491677b4b5bfde142710 /src/version.h
parent3b49bdc6c73946b4132fe7bc119208e559995f67 (diff)
downloadlingo-ap-tracker-d103c12022156e211da9d417f1bdddf8e420b39b.tar.gz
lingo-ap-tracker-d103c12022156e211da9d417f1bdddf8e420b39b.tar.bz2
lingo-ap-tracker-d103c12022156e211da9d417f1bdddf8e420b39b.zip
Bump version v0.6.0
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 60c443b..ef74bea 100644 --- a/src/version.h +++ b/src/version.h
@@ -35,6 +35,6 @@ std::ostream& operator<<(std::ostream& out, const Version& ver) {
35 return out << "v" << ver.major << "." << ver.minor << "." << ver.revision; 35 return out << "v" << ver.major << "." << ver.minor << "." << ver.revision;
36} 36}
37 37
38constexpr const Version kTrackerVersion = Version(0, 5, 7); 38constexpr const Version kTrackerVersion = Version(0, 6, 0);
39 39
40#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file 40#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file