From 80eb569d38e4e827b5b84af3a0530a084d95d561 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 9 Jan 2017 12:39:04 +0300 Subject: [PATCH] Changed 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 179c2eeb9..fd79dd7d9 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -557,7 +557,7 @@ }; DocsAPI.DocEditor.version = function() { - return '4.2.4'; + return '4.3.0'; }; MessageDispatcher = function(fn, scope) {