Update minimum osquery version options in query scheduler (#1943)

This commit is contained in:
Zachary Wasserman
2018-10-16 14:29:13 -07:00
committed by GitHub
parent e6f4dd54bb
commit 0c8a01e2ed
@@ -31,6 +31,8 @@ const minOsqueryVersionOptions = [
{ label: '2.1.2 +', value: '2.1.2' },
{ label: '2.2.0 +', value: '2.2.0' },
{ label: '2.2.1 +', value: '2.2.1' },
{ label: '3.2.6 +', value: '3.2.6' },
{ label: '3.3.1 +', value: '3.3.1' },
];
export class ConfigurePackQueryForm extends Component {