We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25ae7b commit cc6db27Copy full SHA for cc6db27
x-pack/test/osquery_cypress/artifact_manager.ts
@@ -6,6 +6,5 @@
6
*/
7
8
export async function getLatestVersion(): Promise<string> {
9
- // temporary solution until newer agents work fine with Docker
10
- return '8.10.4';
+ return '8.11.0-SNAPSHOT';
11
}
0 commit comments