diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-10 17:19:16 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-10 17:19:16 -0500 |
commit | 1345bb8d501af079600651c45e148e42d2a530f0 (patch) | |
tree | 2271cc974fdf09b074130e69c35197e55ea8b595 /src | |
parent | 8b4e7c645697bac2970b325698da327f43ec171a (diff) | |
download | lingo-ap-tracker-1345bb8d501af079600651c45e148e42d2a530f0.tar.gz lingo-ap-tracker-1345bb8d501af079600651c45e148e42d2a530f0.tar.bz2 lingo-ap-tracker-1345bb8d501af079600651c45e148e42d2a530f0.zip |
Bump version v0.5.7
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 50635a4..60c443b 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, 6); | 38 | constexpr const Version kTrackerVersion = Version(0, 5, 7); |
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 |