diff --git a/frappe/contacts/doctype/address/address.json b/frappe/contacts/doctype/address/address.json index de6ceaa523..2947af03ec 100644 --- a/frappe/contacts/doctype/address/address.json +++ b/frappe/contacts/doctype/address/address.json @@ -660,7 +660,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-11-27 17:57:21.913972", + "modified": "2018-11-27 17:57:22.913973", "modified_by": "Administrator", "module": "Contacts", "name": "Address", @@ -773,4 +773,4 @@ "track_changes": 0, "track_seen": 0, "track_views": 0 -} \ No newline at end of file +} diff --git a/frappe/hooks.py b/frappe/hooks.py index 742599377b..40e088fc00 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -12,7 +12,7 @@ source_link = "https://github.com/frappe/frappe" app_license = "MIT" develop_version = '12.x.x-develop' -staging_version = '11.0.3-beta.39' +staging_version = '11.0.3-beta.40' app_email = "info@frappe.io"