Skip to content

Commit fced70b

Browse files
committed
ver
1 parent 62d7c78 commit fced70b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hook/zm_detect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
auth_header = None
3333

34-
__app_version__ = '6.1.21'
34+
__app_version__ = '6.1.22'
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.

hook/zmes_hook_helpers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "6.1.21"
1+
__version__ = "6.1.22"
22
VERSION = __version__

zmeventnotification.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
5555

5656
####################################
57-
my $app_version = '6.1.21';
57+
my $app_version = '6.1.22';
5858
####################################
5959

6060
# do this before any log init etc.

0 commit comments

Comments
 (0)