diff options
| author | Luke Hoersten <[email protected]> | 2026-06-20 11:17:04 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-06-20 11:17:04 -0500 |
| commit | 436d99e099ce085cb02f1b3906f9d7cdc3871e07 (patch) | |
| tree | d21b852045fb81cb08fe15ef57394c35fb0505c4 | |
| parent | 131c46f8c539b065feb397e2ee706cff1c81e4cc (diff) | |
scrypted: stamp SCRIPT_VERSION = 131c46f
| -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 cebff82..92c42ea 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 = "131c46f"; // // Architecture // ------------ |
