about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-04-27 12:48:19 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-04-27 12:48:19 -0400
commit2f66b91fbc595fd19acc481567cb9946501e6d92 (patch)
treee5c9835ea2762474cdbe8395a90d2346845b6532 /src/version.h
parent004fb711a86d91985d8e94e1b87089db2ac2cadc (diff)
parent9e71e02add40d0108204d0d18ae921e6b82cd77c (diff)
downloadlingo-ap-tracker-2f66b91fbc595fd19acc481567cb9946501e6d92.tar.gz
lingo-ap-tracker-2f66b91fbc595fd19acc481567cb9946501e6d92.tar.bz2
lingo-ap-tracker-2f66b91fbc595fd19acc481567cb9946501e6d92.zip
Merge branch 'main' into panels
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 859fc69..db75351 100644 --- a/src/version.h +++ b/src/version.h
@@ -33,6 +33,6 @@ struct Version {
33 33
34std::ostream& operator<<(std::ostream& out, const Version& ver); 34std::ostream& operator<<(std::ostream& out, const Version& ver);
35 35
36constexpr const Version kTrackerVersion = Version(0, 8, 0); 36constexpr const Version kTrackerVersion = Version(0, 9, 0);
37 37
38#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file 38#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file