diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-04-06 17:48:23 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-04-06 17:48:23 -0400 |
commit | 8bc741f46541fd0745188ced82042c21b4cf6df2 (patch) | |
tree | d1eb6967857d616c265d5fb9bbdfa4e49a057031 | |
parent | 8dfd96bfafa9a7d6405275c0652e9b4977092127 (diff) | |
download | lingo-ap-tracker-8bc741f46541fd0745188ced82042c21b4cf6df2.tar.gz lingo-ap-tracker-8bc741f46541fd0745188ced82042c21b4cf6df2.tar.bz2 lingo-ap-tracker-8bc741f46541fd0745188ced82042c21b4cf6df2.zip |
Bump version v2.0.1
-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 8443efb..fe31a6e 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(2, 0, 0); | 39 | constexpr const Version kTrackerVersion = Version(2, 0, 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 |