Skip to content

Commit 3b8f9e0

Browse files
authored
Update version numbers for 3.0.7 release (#84)
Also update copyright notice.
1 parent 4cbe297 commit 3b8f9e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

osquery/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"""
55

66
__title__ = "osquery"
7-
__version__ = "3.0.6"
8-
__author__ = "osquery developers"
7+
__version__ = "3.0.7"
8+
__author__ = "osquery authors"
99
__license__ = "BSD"
10-
__copyright__ = "Copyright 2015 Facebook"
10+
__copyright__ = "Copyright 2015-present, The osquery authors"
1111
__url__ = "https://osquery.io"
1212

1313
__all__ = [

osquery/management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def start_watcher(client, interval):
211211

212212
def start_extension(name="<unknown>",
213213
version="0.0.0",
214-
sdk_version="1.8.0",
214+
sdk_version="3.0.7",
215215
min_sdk_version="1.8.0"):
216216
"""Start your extension by communicating with osquery core and starting
217217
a thrift server.

0 commit comments

Comments
 (0)