about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-28 16:23:42 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-28 16:23:42 -0500
commit1895120f6624504b7a93f3174a7dffa4e27d30ef (patch)
tree831392902799d3aaeb941990a115b903cd0c5fab
parent2adce1795211fd0a42c3b4e03ab35a90bb01bccf (diff)
downloadlingo-ap-tracker-1895120f6624504b7a93f3174a7dffa4e27d30ef.tar.gz
lingo-ap-tracker-1895120f6624504b7a93f3174a7dffa4e27d30ef.tar.bz2
lingo-ap-tracker-1895120f6624504b7a93f3174a7dffa4e27d30ef.zip
Bump version v0.6.1
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index ef74bea..ffcaf28 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, 0); 38constexpr const Version kTrackerVersion = Version(0, 6, 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