From 3521b8706669bc9853fb4517e72135c9653faab9 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 15 Mar 2015 21:33:26 +0200 Subject: [PATCH] version bumped to 0.23 --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index fea033e..14144e6 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.22' +VERSION = '0.23' def _configure_settings(): -- 2.39.5