about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-09-28 13:50:17 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-09-28 13:50:17 -0400
commit4502d0dd764ba8004c35135f4adfa4c328703884 (patch)
tree7bf7b961ed26dd9fe520dc6059c8fdd1e5bb0731 /src
parent18eccff16c3cd97ee02685d753ffefbaa7bbbb4c (diff)
downloadlingo-ap-tracker-4502d0dd764ba8004c35135f4adfa4c328703884.tar.gz
lingo-ap-tracker-4502d0dd764ba8004c35135f4adfa4c328703884.tar.bz2
lingo-ap-tracker-4502d0dd764ba8004c35135f4adfa4c328703884.zip
Bump version
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 c8616bc..ef87642 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, 2); 38constexpr const Version kTrackerVersion = Version(0, 5, 3);
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