Skip to content

Commit 57f2605

Browse files
Bump version to 6.1.29
1 parent 696b6ef commit 57f2605

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.28'
34+
__app_version__ = '6.1.29'
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
@@ -53,7 +53,7 @@
5353
delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
5454

5555
####################################
56-
my $app_version = '6.1.28';
56+
my $app_version = '6.1.29';
5757
####################################
5858

5959
# do this before any log init etc.

0 commit comments

Comments
 (0)