diff --git a/RELEASES.md b/RELEASES.md index d46eed30e8..81ce6dd355 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.2.6 (2017-01-31) +=========================== + * Fix bug in visiond model execution + Version 0.2.5 (2017-01-30) =========================== * Fix race condition in manager diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index c94c6cfec1..d3f002f874 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -const char *openpilot_version = "0.2.5"; +const char *openpilot_version = "0.2.6"; diff --git a/selfdrive/visiond/visiond b/selfdrive/visiond/visiond index 77707ca4df..1d7e68672a 100755 Binary files a/selfdrive/visiond/visiond and b/selfdrive/visiond/visiond differ