src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-20 11:46:47 -0500
committerLuke Hoersten <[email protected]>2026-06-20 11:46:47 -0500
commit4e35d9c07061c760a3c5d6c69463cd748b8e2ae1 (patch)
tree2a0a68d7771797e4b002e912614827d0832a8e8a
parent568de1068e7fc3b4faefac6d218d7919337b212c (diff)
scrypted: stamp SCRIPT_VERSION = 568de10
-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 7310851..56b7186 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 = "568de10";
//
// Architecture
// ------------