From a9fcd67088f33236fbcca2e8885434b458d4ce2d Mon Sep 17 00:00:00 2001 From: Rob McVey Date: Thu, 20 Sep 2018 20:46:19 -0700 Subject: [PATCH] 2.0.6 (#66) * emit scan:init event, even if policy is not a string * quiet down verbose debug logging in osquery * Add version to app title to minimize users having to hunt the info down. * Added minimum rescan time * version bump (2.0.6) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f32b45d..343cd7db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stethoscope", - "version": "2.0.5", + "version": "2.0.6", "private": true, "homepage": "./", "author": "Netflix",