about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-05-09 11:31:49 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-05-09 11:31:49 -0400
commit6eb399e985053d75d147a4214b257bd8bec77360 (patch)
tree8d137b9fbcf9a6ef050c83745617e60812837219 /src
parent53a2ec277f20a7c260e80af527659e769f6d2ac6 (diff)
downloadlingo-ap-tracker-6eb399e985053d75d147a4214b257bd8bec77360.tar.gz
lingo-ap-tracker-6eb399e985053d75d147a4214b257bd8bec77360.tar.bz2
lingo-ap-tracker-6eb399e985053d75d147a4214b257bd8bec77360.zip
Bump version v0.2.0
Diffstat (limited to 'src')
-rw-r--r--src/version.h2
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
38constexpr const Version kTrackerVersion = Version(0, 1, 0); 38constexpr 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