diff --git a/RELEASES.md b/RELEASES.md index 8149ce4da..78a41836d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 0.7.11 (2020-XX-XX) +======================== + Version 0.7.10 (2020-10-26) ======================== * NEOS update: update to Python 3.8.2 and lower CPU frequency diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index 7f83494bf..6f360399c 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.7.10" +#define COMMA_VERSION "0.7.11"