From c80d9f132c70120ee96bdfe2f340a75c4b178c19 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 30 Nov 2020 09:30:57 -0800 Subject: [PATCH] bump version to 0.8.1 --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 367a7e66..af303764 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.1 (20XX-XX-XX) +======================== + Version 0.8.0 (2020-11-30) ======================== * New driving model: fully 3D and improved cut-in detection diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index 67873444..aa8369d9 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.0" +#define COMMA_VERSION "0.8.1"