Skip to content

Commit 686ad98

Browse files
committed
build(scripts): updates to v0.0.11
1 parent 60fb7bc commit 686ad98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default version
2-
$DefaultVersion = "v0.0.10"
2+
$DefaultVersion = "v0.0.11"
33

44
# Get the version from the command line argument or use default
55
$Version = $args[0]

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Default version
4-
DEFAULT_VERSION="v0.0.10"
4+
DEFAULT_VERSION="v0.0.11"
55

66
# Get the version from the command line argument or use default
77
VERSION=${1:-$DEFAULT_VERSION}

0 commit comments

Comments
 (0)