diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-09 20:40:52 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-09 20:40:52 -0500 |
commit | 46b7fd6afcf4a964789687350bbe067adc1aedbd (patch) | |
tree | 6a937a447eb53b5c88b5d0b480e23e9ce33952bf /src | |
parent | a99870304ec2b41663b195f68a55f9d7fdcd6639 (diff) | |
download | lingo-ap-tracker-46b7fd6afcf4a964789687350bbe067adc1aedbd.tar.gz lingo-ap-tracker-46b7fd6afcf4a964789687350bbe067adc1aedbd.tar.bz2 lingo-ap-tracker-46b7fd6afcf4a964789687350bbe067adc1aedbd.zip |
Bump version v0.5.5
Diffstat (limited to 'src')
-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 6ec45ac..eeaab0a 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 | ||
38 | constexpr const Version kTrackerVersion = Version(0, 5, 4); | 38 | constexpr const Version kTrackerVersion = Version(0, 5, 5); |
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 |