From c3a820d8fff6f40f3cc1a1f60b2a0cb777af70c6 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 25 Jan 2017 14:36:09 +0300 Subject: [PATCH] version up --- apps/api/documents/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/documents/api.js b/apps/api/documents/api.js index 78223ee1e9..9cbde2d199 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -558,7 +558,7 @@ }; DocsAPI.DocEditor.version = function() { - return '4.2.4'; + return '4.2.7'; }; MessageDispatcher = function(fn, scope) {