From c4dd4a909248ab0df61e882a7e2106a9ad424bac Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 17 Feb 2023 14:13:22 -0800 Subject: [PATCH] bump version to 0.9.2 old-commit-hash: b9a01752fc88e12eb3375aca1492d0cedae17946 --- RELEASES.md | 4 ++++ common/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 78d2e3b74b..ff5b686e0c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.9.2 (2023-03-XX) +======================== + + Version 0.9.1 (2023-02-23) ======================== * New driving model diff --git a/common/version.h b/common/version.h index 7b5764785a..5637029cf4 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.9.1" +#define COMMA_VERSION "0.9.2"