Skip to content

Commit dc9c277

Browse files
committed
build(scripts): updates script default installation version to v0.0.15
1 parent 0fb0c08 commit dc9c277

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.14"
2+
$DefaultVersion = "v0.0.15"
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.14"
4+
DEFAULT_VERSION="v0.0.15"
55

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

0 commit comments

Comments
 (0)