From a941a1040da3bcacca24f2eeee1745d7376d2394 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 22 Nov 2021 14:26:00 -0800 Subject: [PATCH] back to 0.8.12 --- RELEASES.md | 4 ++++ selfdrive/common/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 12a90fba6..d4d579cfc 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.8.12 (2021-12-XX) +======================== + * Lexus RC 2020 support thanks to ErichMoraga! + Version 0.8.11 (2021-11-29) ======================== * Support for CAN FD on the red panda diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index 9f00fac4f..aa786903c 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.11" +#define COMMA_VERSION "0.8.12"