From dc889587ced887e8f0380a6adc8ce12797eef3fa Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 23 Oct 2025 22:25:54 -0700 Subject: [PATCH] bump version to 0.10.2 --- RELEASES.md | 3 +++ common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 558d322094..9ab60e6cb7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.10.2 (2025-11-23) +======================== + Version 0.10.1 (2025-09-08) ======================== * New driving model #36276 diff --git a/common/version.h b/common/version.h index 669f303211..ef20670781 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.10.1" +#define COMMA_VERSION "0.10.2"