diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-10 16:55:53 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-10 16:55:53 -0500 |
commit | 329c37fe10f4032b73f2332a64ab1afe4222adc8 (patch) | |
tree | 0c8ede1dadc1f04725aa4c959be75717b15c1b50 /src | |
parent | 515456cce2a4be06279b78f09787bd4b627c2f9f (diff) | |
download | lingo-ap-tracker-329c37fe10f4032b73f2332a64ab1afe4222adc8.tar.gz lingo-ap-tracker-329c37fe10f4032b73f2332a64ab1afe4222adc8.tar.bz2 lingo-ap-tracker-329c37fe10f4032b73f2332a64ab1afe4222adc8.zip |
Bump version v0.5.6
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 eeaab0a..50635a4 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, 5); | 38 | constexpr const Version kTrackerVersion = Version(0, 5, 6); |
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 |