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-12 18:13:31 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-07-12 18:13:31 -0400
commit4e1325e9189d401a7398ab4133312309d7d6c2bc (patch)
tree01599882c3909b1f718a2f823b8da38e8676804a /src/version.h
parentf99095ab41678f23e7fe0356ea06f94f05f7781f (diff)
downloadlingo-ap-tracker-4e1325e9189d401a7398ab4133312309d7d6c2bc.tar.gz
lingo-ap-tracker-4e1325e9189d401a7398ab4133312309d7d6c2bc.tar.bz2
lingo-ap-tracker-4e1325e9189d401a7398ab4133312309d7d6c2bc.zip
Bump version v0.10.5
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 98df919..b688e27 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, 4); 39constexpr const Version kTrackerVersion = Version(0, 10, 5);
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