about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-06-18 14:41:33 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-06-18 14:41:33 -0400
commit5ff8bf9e497d6ba7e6def492cbe38750119a97ff (patch)
tree8963348893493f61f91e76c1c0864fc353afaad8 /src/version.h
parent2d1c7ea0f423263a57b80265ccbb53cd3debfa1c (diff)
downloadlingo-ap-tracker-5ff8bf9e497d6ba7e6def492cbe38750119a97ff.tar.gz
lingo-ap-tracker-5ff8bf9e497d6ba7e6def492cbe38750119a97ff.tar.bz2
lingo-ap-tracker-5ff8bf9e497d6ba7e6def492cbe38750119a97ff.zip
Bump version
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 0477cc8..c508581 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, 0); 38constexpr const Version kTrackerVersion = Version(0, 4, 1);
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