src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-20 12:21:01 -0500
committerLuke Hoersten <[email protected]>2026-06-20 12:21:01 -0500
commitff714de79c857ecd7855d6ee578679502c89dba1 (patch)
tree947f2e1f6cb3fff707a9ecc8afa065fc98917620
parente3bcccaf63cb5feafb048cc32b1ca7bf6688fba1 (diff)
scrypted: stamp SCRIPT_VERSION = e3bccca
-rw-r--r--scrypted/scrypted-viewport.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrypted/scrypted-viewport.ts b/scrypted/scrypted-viewport.ts
index 3afa6d6..6d554cd 100644
--- a/scrypted/scrypted-viewport.ts
+++ b/scrypted/scrypted-viewport.ts
@@ -6,7 +6,7 @@
// short git hash of the commit that added this constant — if the
// hash in the log doesn't match the HEAD this file came from, the
// Scrypted Script editor is still on stale code.
-const SCRIPT_VERSION = "pending";
+const SCRIPT_VERSION = "e3bccca";
//
// Architecture
// ------------