diff options
| author | Luke Hoersten <[email protected]> | 2026-06-19 19:59:22 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-06-19 19:59:22 -0500 |
| commit | 7a0bec79023dd6c2922ade360b3d024a7d0447bc (patch) | |
| tree | d20467c4d285b589a5d72b36b1a5bb1b64600bac | |
| parent | b97c2502b74277f9ea9dace97e8188201d5570fb (diff) | |
scrypted: stamp SCRIPT_VERSION = b97c250
| -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 4059673..8bd4e1d 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 = "b97c250"; // // Architecture // ------------ |
