From 6ca02ab5496b3e3dde1c838c64167788e63ebf2d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 23 Aug 2022 17:29:03 -0700 Subject: [PATCH] bump version to 0.8.17 old-commit-hash: 2f604d2f1a53ebecac02612a30d16566bb7e0a74 --- RELEASES.md | 3 +++ common/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index a6ba4558e7..3ac6c8e41d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.8.17 (2022-XX-XX) +======================== + Version 0.8.16 (2022-08-26) ======================== * New driving model diff --git a/common/version.h b/common/version.h index bf1c58df1e..0a109c1faa 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.16" +#define COMMA_VERSION "0.8.17"