diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b594c..6f9a1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## 4.0.0-pre.1 (2019-12-15) -- Bump [`thelounge`][1] to [`4.0.0-pre.1`](https://github.com/thelounge/thelounge/releases/tag/v4.0.0-pre.1). +## 4.0.0-rc.1 (2019-12-21) +- Bump [`thelounge`][1] to [`4.0.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.0.0-rc.1). ## 3.3.0 (2019-10-28) - Bump [`thelounge`][1] to [`3.3.0`](https://github.com/thelounge/thelounge/releases/tag/v3.3.0). diff --git a/Dockerfile b/Dockerfile index be8e954..02ea15d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ CMD ["thelounge", "start"] COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # Install thelounge. -ARG THELOUNGE_VERSION=4.0.0-pre.1 +ARG THELOUNGE_VERSION=4.0.0-rc.1 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean diff --git a/Makefile b/Makefile index 43496c3..681e9df 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=4.0.0-pre.1 +THELOUNGE_VERSION?=4.0.0-rc.1 ORGANISATION?=thelounge all: main alpine diff --git a/alpine/Dockerfile b/alpine/Dockerfile index e611358..035bae5 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -15,6 +15,6 @@ CMD ["thelounge", "start"] COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # Install thelounge. -ARG THELOUNGE_VERSION=4.0.0-pre.1 +ARG THELOUNGE_VERSION=4.0.0-rc.1 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean