diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-04-22 10:56:20 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-04-22 10:56:20 -0400 |
commit | 22435b61c1633e4d7a4d47bd1a3f3f621d214b2f (patch) | |
tree | ffbe6de0e277bfae84d627070810125c4b36f2cc | |
parent | 525391b4bd5c75b934a97f6dd392775e5f7dbf09 (diff) | |
download | lingo-ap-tracker-22435b61c1633e4d7a4d47bd1a3f3f621d214b2f.tar.gz lingo-ap-tracker-22435b61c1633e4d7a4d47bd1a3f3f621d214b2f.tar.bz2 lingo-ap-tracker-22435b61c1633e4d7a4d47bd1a3f3f621d214b2f.zip |
Bump version
-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 8c567e9..805dc2d 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, 8, 0); | 38 | constexpr const Version kTrackerVersion = Version(0, 9, 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 |