From 2525a628a155efc93a7ca703ab6e3112d9070a96 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 27 Feb 2021 21:14:14 -0800 Subject: [PATCH] bump version to 0.8.3 --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 035958c8f..6c1813450 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.3 (2021-XX-XX) +======================== + Version 0.8.2 (2021-02-26) ======================== * Use model points directly in MPC (no more polyfits), making lateral planning more accurate diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index 70f2c5cd5..6c5c930c0 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.2" +#define COMMA_VERSION "0.8.3"