about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-02-18 09:38:22 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-02-18 09:38:22 -0500
commit765aaa0f8654ed970ceb7ed096458cf504b8d746 (patch)
treefae55fe49c148624b4b239e51149211603341d70
parentcf3fc6cbcb9ad00f4b99502344431bef469cec8d (diff)
downloadlingo-ap-tracker-765aaa0f8654ed970ceb7ed096458cf504b8d746.tar.gz
lingo-ap-tracker-765aaa0f8654ed970ceb7ed096458cf504b8d746.tar.bz2
lingo-ap-tracker-765aaa0f8654ed970ceb7ed096458cf504b8d746.zip
Bump version v0.6.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 e9c8264..62a4cd1 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, 6, 4); 38constexpr const Version kTrackerVersion = Version(0, 6, 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