about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-09-07 13:38:30 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-09-07 13:38:30 -0400
commit28c8c9c06981503ed86a0292c63c75b1b6784191 (patch)
tree3cc3a22768cfb1a479eb097af0c5d2a6069de90b /src/version.h
parent60ea827ea20638c7ccadfcc073ab709724b13497 (diff)
downloadlingo-ap-tracker-28c8c9c06981503ed86a0292c63c75b1b6784191.tar.gz
lingo-ap-tracker-28c8c9c06981503ed86a0292c63c75b1b6784191.tar.bz2
lingo-ap-tracker-28c8c9c06981503ed86a0292c63c75b1b6784191.zip
Bump version v0.5.1
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 b24f241..2dbdebf 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, 5, 0); 38constexpr const Version kTrackerVersion = Version(0, 5, 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