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.11
1 parent 60fb7bc commit 686ad98Copy full SHA for 686ad98
scripts/install.ps1
@@ -1,5 +1,5 @@
1
# Default version
2
-$DefaultVersion = "v0.0.10"
+$DefaultVersion = "v0.0.11"
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.10"
+DEFAULT_VERSION="v0.0.11"
6
7
VERSION=${1:-$DEFAULT_VERSION}
0 commit comments