From 5ea3d5735257e143900c92019e1f436d2bb4fb08 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 27 Jan 2026 18:36:37 -0500 Subject: [PATCH] Update version.ts --- shared/editor/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/editor/version.ts b/shared/editor/version.ts index 166ad13ccc..6579889c04 100644 --- a/shared/editor/version.ts +++ b/shared/editor/version.ts @@ -1,3 +1,3 @@ -const EDITOR_VERSION = "16.0.0"; +const EDITOR_VERSION = "17.0.0"; export default EDITOR_VERSION;