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-10 17:19:16 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-10 17:19:16 -0500
commit1345bb8d501af079600651c45e148e42d2a530f0 (patch)
tree2271cc974fdf09b074130e69c35197e55ea8b595 /src/version.h
parent8b4e7c645697bac2970b325698da327f43ec171a (diff)
downloadlingo-ap-tracker-1345bb8d501af079600651c45e148e42d2a530f0.tar.gz
lingo-ap-tracker-1345bb8d501af079600651c45e148e42d2a530f0.tar.bz2
lingo-ap-tracker-1345bb8d501af079600651c45e148e42d2a530f0.zip
Bump version v0.5.7
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 50635a4..60c443b 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, 6); 38constexpr const Version kTrackerVersion = Version(0, 5, 7);
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