Skip to content

Commit f193b03

Browse files
authored
thelounge@4.4.0-rc.1 (#161)
1 parent 544cade commit f193b03

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 4.4.0-rc.1 (2023-05-06)
4+
- Bump [`thelounge`][1] to [`4.4.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-rc.1).
5+
36
## 4.4.0-pre.2 (2023-03-20)
47
- Bump [`thelounge`][1] to [`4.4.0-pre.2`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-pre.2).
58

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:lts-alpine
22

3-
ARG THELOUNGE_VERSION=4.4.0-pre.2
3+
ARG THELOUNGE_VERSION=4.4.0-rc.1
44

55
LABEL org.opencontainers.image.title "Official The Lounge image"
66
LABEL org.opencontainers.image.description "Official Docker image for The Lounge, a modern web IRC client designed for self-hosting."

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THELOUNGE_VERSION?=4.4.0-pre.2
1+
THELOUNGE_VERSION?=4.4.0-rc.1
22
ORGANISATION?=thelounge
33

44
all: main

0 commit comments

Comments
 (0)