Skip to content

Commit 570d0b7

Browse files
bump version to 1.2.1
1 parent edcc77a commit 570d0b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The folder can include source code that uses maven/gradle in the project, as wel
6161

6262
```shell
6363
ARCH=amd64 # or ARCH=arm64
64-
wget "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.0-linux-$ARCH.tar.gz"
65-
tar -xzvf log4j-detect-1.2.0-linux-$ARCH.tar.gz
64+
wget "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.1-linux-$ARCH.tar.gz"
65+
tar -xzvf log4j-detect-1.2.1-linux-$ARCH.tar.gz
6666
chmod +x log4j-detect
6767
./log4j-detect -h
6868
```
@@ -71,16 +71,16 @@ chmod +x log4j-detect
7171

7272
```shell
7373
ARCH=amd64 # or ARCH=arm64
74-
wget "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.0-darwin-$ARCH.tar.gz"
75-
tar -xzvf log4j-detect-1.2.0-darwin-$ARCH.tar.gz
74+
wget "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.1-darwin-$ARCH.tar.gz"
75+
tar -xzvf log4j-detect-1.2.1-darwin-$ARCH.tar.gz
7676
chmod +x log4j-detect
7777
./log4j-detect -h
7878
```
7979

8080
### Windows
8181

8282
```powershell
83-
Invoke-WebRequest -Uri "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.0-windows-amd64.zip" -OutFile "log4j-detect.zip"
83+
Invoke-WebRequest -Uri "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.1-windows-amd64.zip" -OutFile "log4j-detect.zip"
8484
Expand-Archive -LiteralPath 'log4j-detect.zip'
8585
cd log4j-detect
8686
.\log4j-detect.exe -h

0 commit comments

Comments
 (0)