Update osquery version options (#426)

4.6.0 is already released and 4.7.0 is coming very shortly.
This commit is contained in:
Zach Wasserman
2021-03-09 09:57:31 -08:00
committed by GitHub
parent 61635225dc
commit 6e96df9055
@@ -25,6 +25,8 @@ const loggingTypeOptions = [
];
const minOsqueryVersionOptions = [
{ label: 'All', value: '' },
{ label: '4.7.0 +', value: '4.7.0' },
{ label: '4.6.0 +', value: '4.6.0' },
{ label: '4.5.1 +', value: '4.5.1' },
{ label: '4.5.0 +', value: '4.5.0' },
{ label: '4.4.0 +', value: '4.4.0' },