From 47a42ff432db8a2494e922ca5e767e58020f0446 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 3 Oct 2020 14:51:47 -0700 Subject: [PATCH] bump version to 0.7.10 --- RELEASES.md | 3 +++ selfdrive/common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index e8a157567..702244369 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.7.10 (2020-10-XX) +======================== + Version 0.7.9 (2020-10-09) ======================== * Improved car battery power management diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index 718297f67..7f83494bf 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.7.9" +#define COMMA_VERSION "0.7.10"