From 780f737fbb642d2c241c70022e958f2fa336a80a Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 3 Aug 2021 18:40:11 -0700 Subject: [PATCH] bump version to 0.8.8 --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index aa7823c5e..8a24251f9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.8 (2021-08-XX) +======================== + Version 0.8.7 (2021-07-31) ======================== * comma three support! diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index 617206a18..0ca772f90 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.7" +#define COMMA_VERSION "0.8.8"