diff --git a/RELEASES.md b/RELEASES.md index a4b2a76875..b2e7be396a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.9.3 (2023-06-XX) +======================== + Version 0.9.2 (2023-05-22) ======================== * New driving model diff --git a/common/version.h b/common/version.h index 5637029cf4..57d60e7f68 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.9.2" +#define COMMA_VERSION "0.9.3"