Skip to content

Commit

Permalink
Update batect to 0.35.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Aug 31, 2019
1 parent 52fda15 commit f375bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion batect
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# You should commit this file to version control alongside the rest of your project. It should not be installed globally.
# For more information, visit https://github.com/charleskorn/batect.

VERSION="0.35.0"
VERSION="0.35.1"
DOWNLOAD_URL_ROOT=${BATECT_DOWNLOAD_URL_ROOT:-"https://dl.bintray.com/charleskorn/batect"}
DOWNLOAD_URL=${BATECT_DOWNLOAD_URL:-"$DOWNLOAD_URL_ROOT/$VERSION/bin/batect-$VERSION.jar"}
QUIET_DOWNLOAD=${BATECT_QUIET_DOWNLOAD:-false}
Expand Down
4 changes: 2 additions & 2 deletions batect.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem For more information, visit https://github.com/charleskorn/batect.

setlocal EnableDelayedExpansion

set "version=0.35.0"
set "version=0.35.1"

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

^

$Version='0.35.0'^
$Version='0.35.1'^

^

Expand Down

0 comments on commit f375bcf

Please sign in to comment.