about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-06-08 11:25:40 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-06-08 11:25:40 -0400
commit477ef21a3fcbad6eb225e2e84a251e1afa56f532 (patch)
tree7e21484161dc95cb7eb4690adcc701f6b12551ee /src/version.h
parent21883d1004bde99f03cdbc82307207d5dd681a8a (diff)
downloadlingo-ap-tracker-0.10.1.tar.gz
lingo-ap-tracker-0.10.1.tar.bz2
lingo-ap-tracker-0.10.1.zip
Bump version v0.10.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 9dfbde0..84763c0 100644 --- a/src/version.h +++ b/src/version.h
@@ -37,6 +37,6 @@ struct Version {
37 } 37 }
38}; 38};
39 39
40constexpr const Version kTrackerVersion = Version(0, 10, 0); 40constexpr const Version kTrackerVersion = Version(0, 10, 1);
41 41
42#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file 42#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file