Skip to content

Commit 79ca35c

Browse files
docs: updated version number in README
1 parent a3452f1 commit 79ca35c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
go-lambda-cleanup is distributed as a single binary. [Download](https://github.com/karl-cardenas-coding/go-lambda-cleanup/releases) the binary and install go-lambda-cleanup in a directory in your system's [PATH](https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them). `/usr/local/bin` is the recommended path for UNIX/LINUX environments.
1919

2020
```shell
21-
VERSION=2.0.8
21+
VERSION=2.0.9
2222
wget https://github.com/karl-cardenas-coding/go-lambda-cleanup/releases/download/v$VERSION/go-lambda-cleanup-v$VERSION-linux-amd64.zip
2323
unzip go-lambda-cleanup-v$VERSION-linux-amd64.zip
2424
sudo mv glc /usr/local/bin/
@@ -29,7 +29,7 @@ sudo mv glc /usr/local/bin/
2929
go-lambda-cleanup is also available as a Docker image. Check out the [GitHub Packages](https://github.com/karl-cardenas-coding/go-lambda-cleanup/pkgs/container/go-lambda-cleanup) page for this repository to learn more about the available images.
3030

3131
```
32-
VERSION=2.0.8
32+
VERSION=2.0.9
3333
docker pull ghcr.io/karl-cardenas-coding/go-lambda-cleanup:$VERSION
3434
```
3535

@@ -253,7 +253,7 @@ on:
253253
# At 04:00 on every day
254254
- cron: '0 04 * * *'
255255
env:
256-
VERSION: 2.0.8
256+
VERSION: 2.0.9
257257

258258
jobs:
259259
build:

0 commit comments

Comments
 (0)