about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-06-09 20:11:02 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-06-09 20:11:02 -0400
commit78760cc3b271071171aff3fd5b1a5e9638aa030f (patch)
tree2f5f3955664e601b5aed9043d10101391bc4b50b /src
parenta73c733a387701b9bfe5528f93bf628d971c3641 (diff)
downloadlingo-ap-tracker-78760cc3b271071171aff3fd5b1a5e9638aa030f.tar.gz
lingo-ap-tracker-78760cc3b271071171aff3fd5b1a5e9638aa030f.tar.bz2
lingo-ap-tracker-78760cc3b271071171aff3fd5b1a5e9638aa030f.zip
Bump version v0.10.2
Diffstat (limited to 'src')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 84763c0..7aab91b 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, 1); 40constexpr const Version kTrackerVersion = Version(0, 10, 2);
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