chore: update supported CLI version to 2.1.104 (closes #260)
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m7s
CI / Lint & Test (pull_request) Successful in 17m8s
CI / Build Linux (pull_request) Successful in 23m21s
CI / Build Windows (cross-compile) (pull_request) Successful in 34m27s

This commit is contained in:
2026-04-13 10:21:34 -07:00
committed by Naomi Carrigan
parent edea33310b
commit f7654bfaf9
+1 -1
View File
@@ -2,7 +2,7 @@
import { invoke } from "@tauri-apps/api/core";
import { onMount } from "svelte";
const SUPPORTED_CLI_VERSION = "2.1.80";
const SUPPORTED_CLI_VERSION = "2.1.104";
let installedVersion = $state("Loading...");
let latestNpmVersion = $state<string | null>(null);