Files
2025-08-14 00:57:40 -05:00

6 lines
98 B
Plaintext

let v = gh("bitwarden/clients");
if v.starts_with("cli-v") {
v.crop(5);
rpm.version(v);
}