From 0adfc931b9d8280af8fe195c6825143dfc96d5d0 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 30 Mar 2021 13:16:45 -0700 Subject: [PATCH] bump version to 0.8.4 --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 42b6379b4..158e90670 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.4 (2021-XX-XX) +======================== + Version 0.8.3 (2021-04-01) ======================== * New model diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index 6c5c930c0..7bae025f6 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.3" +#define COMMA_VERSION "0.8.4"