diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-08-25 22:16:14 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-08-25 22:16:14 -0400 |
commit | d81ef96fda8237a1deae9d93d9e58b2711fb6961 (patch) | |
tree | e76a5047d9f82ce4acdc37b24254d3bc7a3dffa2 /src/version.h | |
parent | 9bf6a50624284ab7422f56375b3e57c894200faf (diff) | |
download | lingo-ap-tracker-d81ef96fda8237a1deae9d93d9e58b2711fb6961.tar.gz lingo-ap-tracker-d81ef96fda8237a1deae9d93d9e58b2711fb6961.tar.bz2 lingo-ap-tracker-d81ef96fda8237a1deae9d93d9e58b2711fb6961.zip |
Bump version v0.5.0
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 22a5b85..b24f241 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, 4, 5); | 38 | constexpr const Version kTrackerVersion = Version(0, 5, 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 |