about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-06-04 18:24:07 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-06-04 18:24:07 -0400
commitb20350dca25be49cabdb2d37a5a7b698ad9ce14a (patch)
tree0a295598b719eb5222bc89c4960279a737b09583
parent88c65f8bb19d7d2db0177a88e287b6346fdbf00a (diff)
downloadlingo-ap-tracker-b20350dca25be49cabdb2d37a5a7b698ad9ce14a.tar.gz
lingo-ap-tracker-b20350dca25be49cabdb2d37a5a7b698ad9ce14a.tar.bz2
lingo-ap-tracker-b20350dca25be49cabdb2d37a5a7b698ad9ce14a.zip
Bump version v0.9.2
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index f127610..0ccd2c7 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, 9, 1); 38constexpr const Version kTrackerVersion = Version(0, 9, 2);
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