Check for Update Error

Is anyone getting this error? The error automatically popped up without any attempt to run an update

frappe.utils.change_log.check_for_update
Error
{‘retry’: 0, ‘log’: <function log at 0x7f18707f7aa0>, ‘site’: u’mydomain.com’, ‘event’: u’weekly_long’, ‘method_name’: u’frappe.utils.change_log.check_for_update’, ‘method’: <function check_for_update at 0x7f187093b578>, ‘user’: u’Administrator’, ‘kwargs’: {}, ‘async’: True, ‘job_name’: u’frappe.utils.change_log.check_for_update’}
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/background_jobs.py”, line 97, in execute_job
method(**kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/change_log.py”, line 146, in check_for_update
instance_version = Version(apps[app][‘branch_version’].split(’ ‘)[0])
KeyError: u’branch_version’

I have this error in two separate instances (one in GCP and one on a local machine) so my assumption is that it’s not an installation issue. Should i be worried or just ignore?

Instance is V10 by the way.