diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-18 17:13:24 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-18 17:13:24 -0400 |
commit | 0e69963e29fd7e3f9e4bdf876246c400d2f07f19 (patch) | |
tree | 3d9b343bd438765e0248903b29402af7414771f9 | |
parent | fd523003a7317852535dee17384da51a3e2bd695 (diff) | |
download | lingo-ap-tracker-0e69963e29fd7e3f9e4bdf876246c400d2f07f19.tar.gz lingo-ap-tracker-0e69963e29fd7e3f9e4bdf876246c400d2f07f19.tar.bz2 lingo-ap-tracker-0e69963e29fd7e3f9e4bdf876246c400d2f07f19.zip |
Bump version v0.3.0
-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 ca7f832..b3af1c8 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, 2, 0); | 38 | constexpr const Version kTrackerVersion = Version(0, 3, 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 |