From a30a0c4b698fa73017ba59b48ecd59fb2a9ef2af Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 18 May 2023 16:23:14 -0700 Subject: [PATCH] bump to 0.9.3 --- RELEASES.md | 3 +++ common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index a4b2a76875..b2e7be396a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.9.3 (2023-06-XX) +======================== + Version 0.9.2 (2023-05-22) ======================== * New driving model diff --git a/common/version.h b/common/version.h index 5637029cf4..57d60e7f68 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.9.2" +#define COMMA_VERSION "0.9.3"