Skip to content

Commit d0452e3

Browse files
committed
Update version to 22.05
1 parent ec36dd7 commit d0452e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTAINER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Build ejabberd Community Server base image for a given ejabberd version,
267267
both for amd64 and arm64 architectures:
268268

269269
```bash
270-
VERSION = 21.12
270+
VERSION = 22.05
271271
docker buildx build \
272272
--platform=linux/amd64,linux/arm64
273273
--build-arg VERSION=$(VERSION) \

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.59)
5-
AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 21.12` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [[email protected]], [ejabberd])
5+
AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 22.05` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [[email protected]], [ejabberd])
66
REQUIRE_ERLANG_MIN="8.3 (Erlang/OTP 19.3)"
77
REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
88

0 commit comments

Comments
 (0)