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.
v0.0.16
1 parent be22900 commit 1221ab7Copy full SHA for 1221ab7
scripts/install.ps1
@@ -1,5 +1,5 @@
1
# Default version
2
-$DefaultVersion = "v0.0.15"
+$DefaultVersion = "v0.0.16"
3
4
# Get the version from the command line argument or use default
5
$Version = $args[0]
scripts/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-DEFAULT_VERSION="v0.0.15"
+DEFAULT_VERSION="v0.0.16"
6
7
VERSION=${1:-$DEFAULT_VERSION}
0 commit comments