diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-08 16:17:44 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-08 16:17:44 -0500 |
commit | 01cc943e81a23d940c241cacbbc6c23152843abd (patch) | |
tree | 95539903bacbc282e81b54e8aaaee80b07e02116 /src | |
parent | 1cb943a4a68ea5d0fee65672321405c4697f5136 (diff) | |
download | lingo-ap-tracker-01cc943e81a23d940c241cacbbc6c23152843abd.tar.gz lingo-ap-tracker-01cc943e81a23d940c241cacbbc6c23152843abd.tar.bz2 lingo-ap-tracker-01cc943e81a23d940c241cacbbc6c23152843abd.zip |
Bump version v0.11.5
Diffstat (limited to 'src')
-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 8499d44..92d579c 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, 4); | 39 | constexpr const Version kTrackerVersion = Version(0, 11, 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 |