diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-15 10:14:51 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-15 10:14:51 -0400 |
commit | db2f5ee838fd04922843d0ac631c31e6428da5c0 (patch) | |
tree | cd8b4aa28736b3824cdbb4761016c6d1a393a8ab /src | |
parent | 98487c58c31bf0ce49d89c0bb9c7c173f2ad978d (diff) | |
download | lingo-ap-tracker-0.9.1.tar.gz lingo-ap-tracker-0.9.1.tar.bz2 lingo-ap-tracker-0.9.1.zip |
Bump version v0.9.1
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 805dc2d..f127610 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, 9, 0); | 38 | constexpr const Version kTrackerVersion = Version(0, 9, 1); |
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 |