diff options
| author | Luke Hoersten <[email protected]> | 2026-06-20 11:26:30 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-06-20 11:26:30 -0500 |
| commit | c4f6b1586d1ee904ba5bd8091bc72060c9b7249e (patch) | |
| tree | 6bbb14959e1f9f1a03301ead41e59e0e1ec5e643 | |
| parent | e4a6d07afa7b5292345b78710a1dc2e753c9662b (diff) | |
scrypted: stamp SCRIPT_VERSION = e4a6d07
| -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 80a36ea..6245192 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 = "e4a6d07"; // // Architecture // ------------ |
