Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jan 26, 2021
1 parent d22396d commit 6febb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hook/zm_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

auth_header = None

__app_version__ = '7.0.2'
__app_version__ = '6.1.10'

def remote_detect(stream=None, options=None, api=None, args=None):
# This uses mlapi (https://github.com/pliablepixels/mlapi) to run inferencing and converts format to what is required by the rest of the code.
Expand Down
2 changes: 1 addition & 1 deletion zmeventnotification.pl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
use IO::Select;

####################################
my $app_version = '6.1.9';
my $app_version = '6.1.10';
####################################

# do this before any log init etc.
Expand Down

0 comments on commit 6febb0b

Please sign in to comment.