about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-09-17 13:38:34 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-09-17 13:38:34 -0400
commitd3654cb4846f186486ebf7ac205a2d677a930440 (patch)
treedeebea5dd112633fc5a2922ccbb23d3f01f101ab /src
parent2ac0b760caae78d48c386be072e9cb8d3693e416 (diff)
downloadlingo-ap-tracker-0.5.2.tar.gz
lingo-ap-tracker-0.5.2.tar.bz2
lingo-ap-tracker-0.5.2.zip
Bump version v0.5.2
Diffstat (limited to 'src')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 2dbdebf..c8616bc 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, 1); 38constexpr const Version kTrackerVersion = Version(0, 5, 2);
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