diff options
| author | Luke Hoersten <[email protected]> | 2026-06-19 19:44:17 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-06-19 19:44:17 -0500 |
| commit | c89f832eb2c10f007ecf000165625c9953216a82 (patch) | |
| tree | 5da3a33e02c8405e37c10582d356ed598d56061e | |
| parent | e88aa51627a727d1883d1d803c9674d92dac643c (diff) | |
scrypted: stamp SCRIPT_VERSION = e88aa51
| -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 344d58c..f05ecbd 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 = "e88aa51"; // // Architecture // ------------ |
