On the v0.7.1 branch, qbdi version has not been bump in the frida-qbdi.js: https://github.com/QBDI/QBDI/blob/v0.7.1/tools/frida-qbdi.js The QBDI_PATCH variable must have the value '1': ```js var QBDI_MAJOR = 0; var QBDI_MINOR = 7; var QBDI_PATCH = 1; ... ```
On the v0.7.1 branch, qbdi version has not been bump in the frida-qbdi.js: https://github.com/QBDI/QBDI/blob/v0.7.1/tools/frida-qbdi.js
The QBDI_PATCH variable must have the value '1':