From f14a22c4be0c4bd6f792cfcb0f9a3d0e686ef1a5 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 7 Dec 2014 20:22:00 +0200 Subject: [PATCH] version bump to 0.19 --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index 9a77417..46784db 100755 --- a/motioneye.py +++ b/motioneye.py @@ -29,7 +29,7 @@ import settings sys.path.append(os.path.join(getattr(settings, 'PROJECT_PATH', os.path.dirname(sys.argv[0])), 'src')) -VERSION = '0.18' +VERSION = '0.19' def _configure_settings(): -- 2.39.5