From fa353401f44751d88ffdc583449177451d726d63 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 17 Nov 2023 18:44:05 -0800 Subject: [PATCH] bump to 0.9.6 --- RELEASES.md | 3 +++ common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 1cb610568..4c12971c5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.9.6 (2023-XX-XX) +======================== + Version 0.9.5 (2023-11-17) ======================== * New driving model diff --git a/common/version.h b/common/version.h index 946f6a1fe..787bc897d 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.9.5" +#define COMMA_VERSION "0.9.6"