From fb723c264d642f61f14295101ef2f80a151f8bca Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 1 Apr 2021 14:43:46 +0200 Subject: [PATCH] Bumping version to 0.28 --- backend/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/store.py b/backend/store.py index e03f9ef1..be5875fc 100644 --- a/backend/store.py +++ b/backend/store.py @@ -104,7 +104,7 @@ class ChangeDetectionStore: self.add_watch(url='https://changedetection.io', tag='Tech news') - self.__data['version_tag'] = "0.27" + self.__data['version_tag'] = "0.28" if not 'app_guid' in self.__data: self.__data['app_guid'] = str(uuid_builder.uuid4())