Skip to content

Commit 5c0613a

Browse files
committed
build(scripts): updates default version to v0.0.4
1 parent 8c5fb14 commit 5c0613a

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

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

0 commit comments

Comments
 (0)