src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-20 10:07:15 -0500
committerLuke Hoersten <[email protected]>2026-06-20 10:07:15 -0500
commitf93179d9d1cd9e2f2b3977cd7020e13f133588b2 (patch)
treebf2c4902330c82e3eeb50cb8ac31fd66ec4722a1
parentf982b88d447f265f9847a48946a9903d1faebf49 (diff)
scrypted: stamp SCRIPT_VERSION = f982b88
-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 63cab8d..996d18e 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 = "f982b88";
//
// Architecture
// ------------