From 4a936bb2e51dda50041c3ba7cc3db744411193fa Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 13 Dec 2021 22:24:03 -0800 Subject: [PATCH] bump version to 0.8.13 --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 5d4f114b84..2c630e70ad 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.13 (2022-XX-XX) +======================== + Version 0.8.12 (2021-12-15) ======================== * New driving model diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index aa786903c4..f1f7df9baf 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.12" +#define COMMA_VERSION "0.8.13"