about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-04-22 10:56:20 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-04-22 10:56:20 -0400
commit22435b61c1633e4d7a4d47bd1a3f3f621d214b2f (patch)
treeffbe6de0e277bfae84d627070810125c4b36f2cc /src
parent525391b4bd5c75b934a97f6dd392775e5f7dbf09 (diff)
downloadlingo-ap-tracker-22435b61c1633e4d7a4d47bd1a3f3f621d214b2f.tar.gz
lingo-ap-tracker-22435b61c1633e4d7a4d47bd1a3f3f621d214b2f.tar.bz2
lingo-ap-tracker-22435b61c1633e4d7a4d47bd1a3f3f621d214b2f.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 8c567e9..805dc2d 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, 8, 0); 38constexpr const Version kTrackerVersion = Version(0, 9, 0);
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