Skip to content

Commit

Permalink
Merge branch 'master' of github.com:carbonblack/cb-fortisandbox-conne…
Browse files Browse the repository at this point in the history
…ctor
  • Loading branch information
zacharyestep committed Jan 31, 2019
2 parents 3f42729 + 56ec81c commit 830f0df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cbopensource/connectors/fortisandbox/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def filter_spec(self):

@property
def integration_name(self):
return 'Cb FortiSandbox Connector 1.0.0'
return 'Cb FortiSandbox Connector 1.0.1'

@property
def num_quick_scan_threads(self):
Expand Down
2 changes: 1 addition & 1 deletion python-cb-fortisandbox-connector.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define name python-cb-fortisandbox-connector
%define version 1.0
%define unmangled_version 1.0
%define release 0
%define release 1
%global _enable_debug_package 0
%global debug_package %{nil}
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ requests
cbfeeds==0.8.0
cbint>=0.9.2
pyinstaller==3.1.1
flask==0.12
flask==0.12.4

0 comments on commit 830f0df

Please sign in to comment.