about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-09 20:40:52 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-09 20:40:52 -0500
commit46b7fd6afcf4a964789687350bbe067adc1aedbd (patch)
tree6a937a447eb53b5c88b5d0b480e23e9ce33952bf
parenta99870304ec2b41663b195f68a55f9d7fdcd6639 (diff)
downloadlingo-ap-tracker-46b7fd6afcf4a964789687350bbe067adc1aedbd.tar.gz
lingo-ap-tracker-46b7fd6afcf4a964789687350bbe067adc1aedbd.tar.bz2
lingo-ap-tracker-46b7fd6afcf4a964789687350bbe067adc1aedbd.zip
Bump version v0.5.5
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 6ec45ac..eeaab0a 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, 4); 38constexpr const Version kTrackerVersion = Version(0, 5, 5);
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