Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit f375bcf

Browse files
committed
Update batect to 0.35.1.
1 parent 52fda15 commit f375bcf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

batect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# You should commit this file to version control alongside the rest of your project. It should not be installed globally.
99
# For more information, visit https://github.com/charleskorn/batect.
1010

11-
VERSION="0.35.0"
11+
VERSION="0.35.1"
1212
DOWNLOAD_URL_ROOT=${BATECT_DOWNLOAD_URL_ROOT:-"https://dl.bintray.com/charleskorn/batect"}
1313
DOWNLOAD_URL=${BATECT_DOWNLOAD_URL:-"$DOWNLOAD_URL_ROOT/$VERSION/bin/batect-$VERSION.jar"}
1414
QUIET_DOWNLOAD=${BATECT_QUIET_DOWNLOAD:-false}

batect.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rem For more information, visit https://github.com/charleskorn/batect.
66

77
setlocal EnableDelayedExpansion
88

9-
set "version=0.35.0"
9+
set "version=0.35.1"
1010

1111
if "%BATECT_CACHE_DIR%" == "" (
1212
set "BATECT_CACHE_DIR=%USERPROFILE%\.batect\cache"
@@ -22,7 +22,7 @@ $ErrorActionPreference = 'Stop'^
2222

2323
^
2424

25-
$Version='0.35.0'^
25+
$Version='0.35.1'^
2626

2727
^
2828

0 commit comments

Comments
 (0)