From f90faf30bcf12f68c0d6394a0672e965e4597857 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 28 Feb 2025 19:35:34 -0800 Subject: [PATCH] bump to 0.9.9 --- RELEASES.md | 4 ++++ common/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 4419f0c473..37e4a01b20 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.9.9 (2025-04-XX) +======================== +* Tesla Model 3 and Y support thanks to lukasloetkolben! + Version 0.9.8 (2025-02-28) ======================== * New driving model diff --git a/common/version.h b/common/version.h index 1f651fb392..6351a5b3ff 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.9.8" +#define COMMA_VERSION "0.9.9"