about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-04-01 09:44:41 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-04-01 09:44:41 -0400
commit08af344682a7a1efdc5c3815fc92a711b1e1cc2d (patch)
treeda0cd9c8b6b61b3516affd101654e0c84677a840
parent0a30b0df80c467d75eb900db0186b694b28aee62 (diff)
downloadlingo-ap-tracker-08af344682a7a1efdc5c3815fc92a711b1e1cc2d.tar.gz
lingo-ap-tracker-08af344682a7a1efdc5c3815fc92a711b1e1cc2d.tar.bz2
lingo-ap-tracker-08af344682a7a1efdc5c3815fc92a711b1e1cc2d.zip
Bump version v2.0.0
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 544d563..8443efb 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(1, 0, 0); 39constexpr const Version kTrackerVersion = Version(2, 0, 0);
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