diff options
| author | Luke Hoersten <[email protected]> | 2026-06-20 11:38:31 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-06-20 11:38:31 -0500 |
| commit | 431a3268802df15781a52ae47dcaf5081b3f98f4 (patch) | |
| tree | 537d17788e820ca74272ad438f5431cdb06d3240 | |
| parent | e4a546ce29a3a29dc814b7d115a1b9c206385559 (diff) | |
scrypted: stamp SCRIPT_VERSION = e4a546c
| -rw-r--r-- | scrypted/scrypted-viewport.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrypted/scrypted-viewport.ts b/scrypted/scrypted-viewport.ts index c89eee4..c82425a 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 = "e4a546c"; // // Architecture // ------------ |
