src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-20 11:23:34 -0500
committerLuke Hoersten <[email protected]>2026-06-20 11:23:34 -0500
commit268e98e068d1ff4c7b18ca8d3f035ecd74c80a00 (patch)
tree7c86add395e1940a666b2686023f10a735c6cde8
parent4d5fd28400dad6a8e34f77a527d7ac4e92e76093 (diff)
scrypted: stamp SCRIPT_VERSION = 4d5fd28
-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 1b950d1..2cc2bb6 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 = "4d5fd28";
//
// Architecture
// ------------