diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-25 08:07:21 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-25 08:07:21 -0400 |
commit | 9b70c6ccd3ea6c65d927af8b506ffdea374a4dc2 (patch) | |
tree | 72de7b85363a883301c7bfbf4cf7530154469a49 /src/version.h | |
parent | c3106d027414ca73a106df6894bb6a30b3a296ce (diff) | |
download | lingo-ap-tracker-0.11.1.tar.gz lingo-ap-tracker-0.11.1.tar.bz2 lingo-ap-tracker-0.11.1.zip |
Bump version v0.11.1
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index ed5e97c..24c04b4 100644 --- a/src/version.h +++ b/src/version.h | |||
@@ -36,6 +36,6 @@ struct Version { | |||
36 | } | 36 | } |
37 | }; | 37 | }; |
38 | 38 | ||
39 | constexpr const Version kTrackerVersion = Version(0, 11, 0); | 39 | constexpr const Version kTrackerVersion = Version(0, 11, 1); |
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 |