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.15
1 parent 0fb0c08 commit dc9c277Copy full SHA for dc9c277
scripts/install.ps1
@@ -1,5 +1,5 @@
1
# Default version
2
-$DefaultVersion = "v0.0.14"
+$DefaultVersion = "v0.0.15"
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.14"
+DEFAULT_VERSION="v0.0.15"
6
7
VERSION=${1:-$DEFAULT_VERSION}
0 commit comments