From 66473b54b23009cedd824157460324945ea1b514 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 old-commit-hash: bdf4245e005b046c8c2d87dfa4f7e99202d8217d --- RELEASES.md | 4 ++++ selfdrive/common/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 8564975f4c..f90810497d 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 f1f7df9baf..1fcbdac271 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"