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"