diff options
| author | Luke Hoersten <[email protected]> | 2026-06-20 09:49:48 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-06-20 09:49:48 -0500 |
| commit | 72639d47771dbcf3f83360536431beff7d7e2243 (patch) | |
| tree | 6fb2443d75b65eaec6b7be611518314501809755 | |
| parent | d8d9a662f045aca6b0bf1f0e0494f9034ec54a80 (diff) | |
scrypted: stamp SCRIPT_VERSION = d8d9a66
| -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 229254c..cace56f 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 = "d8d9a66"; // // Architecture // ------------ |
