From 1002a71d3aa85732489b61a64993162ab9f604d2 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 26 Dec 2016 12:27:01 +0300 Subject: [PATCH] Update version --- 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 adbc4a6d9..179c2eeb9 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -557,7 +557,7 @@ }; DocsAPI.DocEditor.version = function() { - return '4.2.0'; + return '4.2.4'; }; MessageDispatcher = function(fn, scope) {