From fea2d64b78fa5a39d4121d96d28730385cc38ccd Mon Sep 17 00:00:00 2001
From: Star Rauchenberger <fefferburbia@gmail.com>
Date: Fri, 12 Jan 2024 15:49:04 -0500
Subject: Bump version

---
 src/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/version.h b/src/version.h
index ffcaf28..ed5efaa 100644
--- a/src/version.h
+++ b/src/version.h
@@ -35,6 +35,6 @@ std::ostream& operator<<(std::ostream& out, const Version& ver) {
   return out << "v" << ver.major << "." << ver.minor << "." << ver.revision;
 }
 
-constexpr const Version kTrackerVersion = Version(0, 6, 1);
+constexpr const Version kTrackerVersion = Version(0, 6, 2);
 
 #endif /* end of include guard: VERSION_H_C757E53C */
\ No newline at end of file
-- 
cgit 1.4.1