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.4
1 parent 8c5fb14 commit 5c0613aCopy full SHA for 5c0613a
scripts/install.ps1
@@ -1,5 +1,5 @@
1
# Default version
2
-$DefaultVersion = "v0.0.2"
+$DefaultVersion = "v0.0.4"
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.2"
+DEFAULT_VERSION="v0.0.4"
6
7
VERSION=${1:-$DEFAULT_VERSION}
0 commit comments