From 5da054ea2eab947687148c84ad9baf31d8956913 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Thu, 6 Aug 2015 20:52:26 +0300 Subject: [PATCH] version bumped to 0.25.2 --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index 27e005a..5f54e4b 100755 --- a/motioneye.py +++ b/motioneye.py @@ -39,7 +39,7 @@ sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'src')) import settings import update -VERSION = '0.25.1' +VERSION = '0.25.2' def _configure_settings(): -- 2.39.5