diff --git a/hook/zm_detect.py b/hook/zm_detect.py index 66eb079e..4cf598f9 100755 --- a/hook/zm_detect.py +++ b/hook/zm_detect.py @@ -31,7 +31,7 @@ auth_header = None -__app_version__ = '6.1.13' +__app_version__ = '6.1.14' 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. diff --git a/zmeventnotification.pl b/zmeventnotification.pl index 93708ccf..289d2d35 100755 --- a/zmeventnotification.pl +++ b/zmeventnotification.pl @@ -44,7 +44,7 @@ use IO::Select; #################################### -my $app_version = '6.1.13'; +my $app_version = '6.1.14'; #################################### # do this before any log init etc.