Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Nov 25, 2022
1 parent 27a5fbf commit 11cbbc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Github Telegram Notify</h1>
<h4 align="center">Actions that sends commit updates of a repository to any chat in Telegram</h4>
<p align="center"><a href="https://github.com/marketplace/actions/github-telegram-notifier">🏪 View on Github Marketplace</a>&emsp;🏷️ <a href="https://github.com/EverythingSuckz/github-telegram-notify/releases/tag/v1.1.1">v1.1.1</a></p>
<p align="center"><a href="https://github.com/marketplace/actions/github-telegram-notifier">🏪 View on Github Marketplace</a>&emsp;🏷️ <a href="https://github.com/EverythingSuckz/github-telegram-notify/releases/tag/v1.1.2">v1.1.2</a></p>

## Prerequisites

Expand Down

0 comments on commit 11cbbc4

Please sign in to comment.