Skip to content

Commit 240875c

Browse files
committed
ver
1 parent b0c2d6d commit 240875c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hook/zm_detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
auth_header = None
3333

34-
__app_version__ = '6.1.10'
34+
__app_version__ = '6.1.11'
3535

3636
def remote_detect(stream=None, options=None, api=None, args=None):
3737
# This uses mlapi (https://github.com/pliablepixels/mlapi) to run inferencing and converts format to what is required by the rest of the code.

zmeventnotification.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
use IO::Select;
4545

4646
####################################
47-
my $app_version = '6.1.10';
47+
my $app_version = '6.1.11';
4848
####################################
4949

5050
# do this before any log init etc.

0 commit comments

Comments
 (0)