about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-06-18 14:45:02 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-06-18 14:45:02 -0400
commit3af02f574b5007857b2e56f4cae22d780e9700e6 (patch)
treec9bbee51da3cdcd18b6897489af5d6b715a88026 /src
parent569fbc8b25962f4860a7050ebe5136a1409658de (diff)
downloadlingo-ap-tracker-0.4.2.tar.gz
lingo-ap-tracker-0.4.2.tar.bz2
lingo-ap-tracker-0.4.2.zip
Bump version v0.4.2
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 c508581..d1949df 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, 4, 1); 38constexpr const Version kTrackerVersion = Version(0, 4, 2);
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