src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-20 10:31:32 -0500
committerLuke Hoersten <[email protected]>2026-06-20 10:31:32 -0500
commit79d3e379c6c5f9a465c9333410830e9037c6a1c7 (patch)
tree82b7a5349d5727c2da4a08fff117299193b094d6
parent496da49dd5ce4a3bfc4b5df84ce5c7f7bdbcf504 (diff)
scrypted: stamp SCRIPT_VERSION = 496da49
-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 fddfd28..2d45c60 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 = "496da49";
//
// Architecture
// ------------