diff --git a/apps/api/documents/api.js b/apps/api/documents/api.js index f62c1bdf9..9eea8b451 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -551,7 +551,7 @@ }; DocsAPI.DocEditor.version = function() { - return '3.0b##BN#'; + return '4.2.0'; }; MessageDispatcher = function(fn, scope) {