about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-07-01 19:08:01 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-07-01 19:08:01 -0400
commitc15162268a16b3ce9f8d8d08ebf5a6049f8f2a68 (patch)
tree6b9b5696c36de95dcb4ceaf94bab22fe6ef830e7 /src/version.h
parent6f46d871169ba177bbd398e2d489f32e22d192c9 (diff)
downloadlingo-ap-tracker-0.10.4.tar.gz
lingo-ap-tracker-0.10.4.tar.bz2
lingo-ap-tracker-0.10.4.zip
Bump version v0.10.4
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 7c3d3ad..98df919 100644 --- a/src/version.h +++ b/src/version.h
@@ -36,6 +36,6 @@ struct Version {
36 } 36 }
37}; 37};
38 38
39constexpr const Version kTrackerVersion = Version(0, 10, 3); 39constexpr const Version kTrackerVersion = Version(0, 10, 4);
40 40
41#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file 41#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file