Skip to content

Commit

Permalink
build(scripts): updates version to v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
struckchure committed Aug 27, 2024
1 parent be22900 commit 1221ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default version
$DefaultVersion = "v0.0.15"
$DefaultVersion = "v0.0.16"

# Get the version from the command line argument or use default
$Version = $args[0]
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Default version
DEFAULT_VERSION="v0.0.15"
DEFAULT_VERSION="v0.0.16"

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

0 comments on commit 1221ab7

Please sign in to comment.