diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-30 16:38:08 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-30 16:38:08 -0500 |
commit | 19959f8479d1bb74f75890dcccbc038871771480 (patch) | |
tree | 56aab329819e56a7bcf405f08f2c0fbda9480270 /src/version.h | |
parent | 90a208870cfe150f494e21b351152119f98633a2 (diff) | |
parent | 7cb55acb62c5a03df75edd0c3c8f228295c1bee8 (diff) | |
download | lingo-ap-tracker-19959f8479d1bb74f75890dcccbc038871771480.tar.gz lingo-ap-tracker-19959f8479d1bb74f75890dcccbc038871771480.tar.bz2 lingo-ap-tracker-19959f8479d1bb74f75890dcccbc038871771480.zip |
Merge branch 'main' into future
Diffstat (limited to 'src/version.h')
-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 ed5efaa..e9c8264 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, 6, 2); | 38 | constexpr const Version kTrackerVersion = Version(0, 6, 4); |
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 |