about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-11-26 15:19:38 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-11-26 15:19:38 -0500
commitcb8b9e167a0b609dca557c39cc874eb8c80ebc96 (patch)
tree5a81622f31dcb3437c420956c85fb4a2c9234f51 /src/version.h
parent1ae8293937501c3628afb7c02810aac33b832218 (diff)
downloadlingo-ap-tracker-cb8b9e167a0b609dca557c39cc874eb8c80ebc96.tar.gz
lingo-ap-tracker-cb8b9e167a0b609dca557c39cc874eb8c80ebc96.tar.bz2
lingo-ap-tracker-cb8b9e167a0b609dca557c39cc874eb8c80ebc96.zip
Bump version v0.11.3
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 ec52f44..a827c2d 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, 11, 2); 39constexpr const Version kTrackerVersion = Version(0, 11, 3);
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