From 26d8cdfd3d6fecb204c7396c57ff3cf5a837f358 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 23 May 2022 19:05:00 -0700 Subject: [PATCH] bump version to 0.8.15 --- RELEASES.md | 3 +++ common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 2c7ff17de..0ef0cd549 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.15 (20XX-XX-XX) +======================== + Version 0.8.14 (2022-06-01) ======================== * New driving model diff --git a/common/version.h b/common/version.h index 1fcbdac27..de550d6be 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.14" +#define COMMA_VERSION "0.8.15"