From bdf4245e005b046c8c2d87dfa4f7e99202d8217d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 15 Feb 2022 15:32:44 -0800 Subject: [PATCH] bump to 0.8.14 --- RELEASES.md | 4 ++++ selfdrive/common/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 8564975f4..f90810497 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.8.14 (2022-0X-XX) +======================== + + Version 0.8.13 (2022-02-18) ======================== * Improved driver monitoring diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index f1f7df9ba..1fcbdac27 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.13" +#define COMMA_VERSION "0.8.14"