diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-12 15:26:39 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-12 15:26:39 -0400 |
commit | 8edd1bfd4ed2a42c28830f6c6575684aa3461b77 (patch) | |
tree | b2139f17a929300d2aa59da6f81abd92e22fbe0d /src/version.h | |
parent | 5f7069d480022b115bee585724d41ff827f80f2f (diff) | |
parent | 98487c58c31bf0ce49d89c0bb9c7c173f2ad978d (diff) | |
download | lingo-ap-tracker-8edd1bfd4ed2a42c28830f6c6575684aa3461b77.tar.gz lingo-ap-tracker-8edd1bfd4ed2a42c28830f6c6575684aa3461b77.tar.bz2 lingo-ap-tracker-8edd1bfd4ed2a42c28830f6c6575684aa3461b77.zip |
Merge branch 'main' into subway
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 7b9aebc..36bd8c1 100644 --- a/src/version.h +++ b/src/version.h | |||
@@ -37,6 +37,6 @@ struct Version { | |||
37 | } | 37 | } |
38 | }; | 38 | }; |
39 | 39 | ||
40 | constexpr const Version kTrackerVersion = Version(0, 8, 0); | 40 | constexpr const Version kTrackerVersion = Version(0, 9, 0); |
41 | 41 | ||
42 | #endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file | 42 | #endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file |