From ef9afc072fec4c5a344ac426f4d5e3dfb66cbe63 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 old-commit-hash: fa353401f44751d88ffdc583449177451d726d63 --- RELEASES.md | 3 +++ common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 1cb6105680..4c12971c54 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 946f6a1fec..787bc897d7 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.9.5" +#define COMMA_VERSION "0.9.6"