diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-09 11:31:49 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-09 11:31:49 -0400 |
commit | 6eb399e985053d75d147a4214b257bd8bec77360 (patch) | |
tree | 8d137b9fbcf9a6ef050c83745617e60812837219 /src | |
parent | 53a2ec277f20a7c260e80af527659e769f6d2ac6 (diff) | |
download | lingo-ap-tracker-0.2.0.tar.gz lingo-ap-tracker-0.2.0.tar.bz2 lingo-ap-tracker-0.2.0.zip |
Bump version v0.2.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 c45ff53..ca7f832 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, 1, 0); | 38 | constexpr const Version kTrackerVersion = Version(0, 2, 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 |