diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-04-27 12:48:19 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-04-27 12:48:19 -0400 |
commit | 2f66b91fbc595fd19acc481567cb9946501e6d92 (patch) | |
tree | e5c9835ea2762474cdbe8395a90d2346845b6532 /src/version.h | |
parent | 004fb711a86d91985d8e94e1b87089db2ac2cadc (diff) | |
parent | 9e71e02add40d0108204d0d18ae921e6b82cd77c (diff) | |
download | lingo-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.h | 2 |
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 | ||
34 | std::ostream& operator<<(std::ostream& out, const Version& ver); | 34 | std::ostream& operator<<(std::ostream& out, const Version& ver); |
35 | 35 | ||
36 | constexpr const Version kTrackerVersion = Version(0, 8, 0); | 36 | constexpr 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 |