We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a47353 commit f2dfc41Copy full SHA for f2dfc41
script.ts
@@ -3,7 +3,7 @@ import { bold, cyan, green, red } from "jsr:@std/[email protected]/colors";
3
import { Spinner } from "jsr:@std/[email protected]/unstable-spinner";
4
5
const CLI_NAME = "mullvad-ping";
6
-const VERSION = "v0.9.0";
+const VERSION = "v0.9.1";
7
8
type ServerData = {
9
hostname: string;
0 commit comments