thelounge@4.4.0-rc.1 (#161)

This commit is contained in:
William Boman 2023-05-06 21:46:01 +02:00 committed by GitHub
parent 544cade36d
commit f193b03bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## 4.4.0-rc.1 (2023-05-06)
- Bump [`thelounge`][1] to [`4.4.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-rc.1).
## 4.4.0-pre.2 (2023-03-20)
- Bump [`thelounge`][1] to [`4.4.0-pre.2`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-pre.2).

View file

@ -1,6 +1,6 @@
FROM node:lts-alpine
ARG THELOUNGE_VERSION=4.4.0-pre.2
ARG THELOUNGE_VERSION=4.4.0-rc.1
LABEL org.opencontainers.image.title "Official The Lounge image"
LABEL org.opencontainers.image.description "Official Docker image for The Lounge, a modern web IRC client designed for self-hosting."

View file

@ -1,4 +1,4 @@
THELOUNGE_VERSION?=4.4.0-pre.2
THELOUNGE_VERSION?=4.4.0-rc.1
ORGANISATION?=thelounge
all: main