about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-01-30 16:38:08 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-01-30 16:38:08 -0500
commit19959f8479d1bb74f75890dcccbc038871771480 (patch)
tree56aab329819e56a7bcf405f08f2c0fbda9480270 /src/version.h
parent90a208870cfe150f494e21b351152119f98633a2 (diff)
parent7cb55acb62c5a03df75edd0c3c8f228295c1bee8 (diff)
downloadlingo-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.h2
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
38constexpr const Version kTrackerVersion = Version(0, 6, 2); 38constexpr 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