From 87ca19c8fd97a4b24bd563a608b6a548fdec33ad 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 old-commit-hash: 4a936bb2e51dda50041c3ba7cc3db744411193fa --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 5d4f114b8..2c630e70a 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 aa786903c..f1f7df9ba 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"