From 79ca35c4aa4b0743e5d4f3e5e8965c770c6a8bfc Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 3 Nov 2023 15:08:45 -0700 Subject: [PATCH] docs: updated version number in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3631ec3..3ee267c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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. ```shell -VERSION=2.0.8 +VERSION=2.0.9 wget https://github.com/karl-cardenas-coding/go-lambda-cleanup/releases/download/v$VERSION/go-lambda-cleanup-v$VERSION-linux-amd64.zip unzip go-lambda-cleanup-v$VERSION-linux-amd64.zip sudo mv glc /usr/local/bin/ @@ -29,7 +29,7 @@ sudo mv glc /usr/local/bin/ 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. ``` -VERSION=2.0.8 +VERSION=2.0.9 docker pull ghcr.io/karl-cardenas-coding/go-lambda-cleanup:$VERSION ``` @@ -253,7 +253,7 @@ on: # At 04:00 on every day - cron: '0 04 * * *' env: - VERSION: 2.0.8 + VERSION: 2.0.9 jobs: build: