From 7a5739c5a4328fb42479fa2eb4471e7090350cc0 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 27 Jul 2023 15:30:37 -0700 Subject: [PATCH] bump to 0.9.5 --- RELEASES.md | 4 ++++ common/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 58b9593683..9c2c159bb7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.9.5 (202X-XX-XX) +======================== + + Version 0.9.4 (2023-07-27) ======================== * Navigate on openpilot in Experimental mode diff --git a/common/version.h b/common/version.h index 6af006aabb..946f6a1fec 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.9.4" +#define COMMA_VERSION "0.9.5"