diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-17 16:18:46 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-17 16:18:46 -0500 |
commit | d103c12022156e211da9d417f1bdddf8e420b39b (patch) | |
tree | 2008005aa7ad252b6f55491677b4b5bfde142710 /src | |
parent | 3b49bdc6c73946b4132fe7bc119208e559995f67 (diff) | |
download | lingo-ap-tracker-d103c12022156e211da9d417f1bdddf8e420b39b.tar.gz lingo-ap-tracker-d103c12022156e211da9d417f1bdddf8e420b39b.tar.bz2 lingo-ap-tracker-d103c12022156e211da9d417f1bdddf8e420b39b.zip |
Bump version v0.6.0
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 60c443b..ef74bea 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, 7); | 38 | constexpr const Version kTrackerVersion = Version(0, 6, 0); |
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 |