about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-05-27 13:00:29 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-05-27 13:00:29 -0400
commit2d1c7ea0f423263a57b80265ccbb53cd3debfa1c (patch)
tree0a1d631460f1fbe793d24017fe68970ff9d08bc7 /src/version.h
parentbb12ecd88fe16e4009b0d8927c5653d72972e284 (diff)
downloadlingo-ap-tracker-2d1c7ea0f423263a57b80265ccbb53cd3debfa1c.tar.gz
lingo-ap-tracker-2d1c7ea0f423263a57b80265ccbb53cd3debfa1c.tar.bz2
lingo-ap-tracker-2d1c7ea0f423263a57b80265ccbb53cd3debfa1c.zip
Bump version v0.4.1 v0.4.0
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 b3af1c8..0477cc8 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, 3, 0); 38constexpr const Version kTrackerVersion = Version(0, 4, 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