From 0e69963e29fd7e3f9e4bdf876246c400d2f07f19 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 18 May 2023 17:13:24 -0400 Subject: Bump version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h index ca7f832..b3af1c8 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, 2, 0); +constexpr const Version kTrackerVersion = Version(0, 3, 0); #endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file -- cgit 1.4.1