From 11cbbc4c9284459d289584e9da5c24e0bdfc07b9 Mon Sep 17 00:00:00 2001 From: wrench Date: Fri, 25 Nov 2022 19:32:36 +0530 Subject: [PATCH] Bump version to `1.1.2` --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d2270a..dd30e80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN go build -o /src/app -ldflags="-w -s" . FROM gcr.io/distroless/base -LABEL version="1.1.1" +LABEL version="1.1.2" LABEL maintainer="wrench" LABEL repository="https://github.com/EverythingSuckz/github-telegram-notify" LABEL homepage="https://github.com/EverythingSuckz/github-telegram-notify" diff --git a/README.md b/README.md index 7520978..9365559 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Github Telegram Notify

Actions that sends commit updates of a repository to any chat in Telegram

-

🏪 View on Github Marketplace 🏷️ v1.1.1

+

🏪 View on Github Marketplace 🏷️ v1.1.2

## Prerequisites