feat: update supported CLI version to 2.1.131 (#266)
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m5s
CI / Lint & Test (pull_request) Failing after 9m35s
CI / Build Linux (pull_request) Has been skipped
CI / Build Windows (cross-compile) (pull_request) Has been skipped

Bumps the audited CLI version constant now that all v2.1.105-v2.1.131 changelog items have been implemented or triaged.
This commit is contained in:
2026-05-06 14:30:51 -07:00
committed by Naomi Carrigan
parent cac521d28e
commit c579fb3e40
+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.104";
const SUPPORTED_CLI_VERSION = "2.1.131";
let installedVersion = $state("Loading...");
let latestNpmVersion = $state<string | null>(null);