From 7d18e26ff1712027aa2f7a85ad5eb045295a15cf Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 17 Nov 2021 15:00:37 -0800 Subject: [PATCH] bump to 0.8.12 --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 0b708d756..aabe42547 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.12 (202X-XX-XX) +======================== + Version 0.8.11 (2021-11-22) ======================== * Support for an external panda on the comma three 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"