From e5ef36786f9889f7657086981437e4b67b49e552 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 7 Jun 2021 22:42:58 -0700 Subject: [PATCH] bump version to 0.8.6 --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 065c4ac5bb..9389c31780 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.6 (2021-XX-XX) +======================== + Version 0.8.5 (2021-06-11) ======================== * NEOS update: improved reliability and stability with better voltage regulator configuration diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index a2ca282d20..45bf965172 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.5" +#define COMMA_VERSION "0.8.6"