Skip to content

Commit 1b73d2f

Browse files
author
Teddy Reed
committed
Update minimum SDK requirement to 1.8.0
1 parent 8aba03a commit 1b73d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osquery/management.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def parse_cli_params():
144144
help="Enable verbose informational messages")
145145
return parser.parse_args()
146146

147-
def start_extension(name="<unknown>", version="0.0.0", sdk_version="1.7.5",
148-
min_sdk_version="1.7.5"):
147+
def start_extension(name="<unknown>", version="0.0.0", sdk_version="1.8.0",
148+
min_sdk_version="1.8.0"):
149149
"""Start your extension by communicating with osquery core and starting
150150
a thrift server.
151151

0 commit comments

Comments
 (0)