diff --git a/shared/editor/version.ts b/shared/editor/version.ts index ed009f5224..166ad13ccc 100644 --- a/shared/editor/version.ts +++ b/shared/editor/version.ts @@ -1,3 +1,3 @@ -const EDITOR_VERSION = "15.0.0"; +const EDITOR_VERSION = "16.0.0"; export default EDITOR_VERSION;