From a11a8591e45a2133bc806faaa1ba984cf6de9675 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 11 Aug 2025 13:14:48 -0700 Subject: [PATCH] bump version to 0.10.1 --- RELEASES.md | 3 +++ common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 545152e0f8..388ddae28b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.10.1 (2025-09-08) +======================== + Version 0.10.0 (2025-08-05) ======================== * New driving model diff --git a/common/version.h b/common/version.h index af827e20a6..669f303211 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.10.0" +#define COMMA_VERSION "0.10.1"