about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-10 16:55:53 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-10 16:55:53 -0500
commit329c37fe10f4032b73f2332a64ab1afe4222adc8 (patch)
tree0c8ede1dadc1f04725aa4c959be75717b15c1b50
parent515456cce2a4be06279b78f09787bd4b627c2f9f (diff)
downloadlingo-ap-tracker-329c37fe10f4032b73f2332a64ab1afe4222adc8.tar.gz
lingo-ap-tracker-329c37fe10f4032b73f2332a64ab1afe4222adc8.tar.bz2
lingo-ap-tracker-329c37fe10f4032b73f2332a64ab1afe4222adc8.zip
Bump version v0.5.6
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index eeaab0a..50635a4 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, 5); 38constexpr const Version kTrackerVersion = Version(0, 5, 6);
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