Skip to content

Commit 1a254b9

Browse files
author
robot-clickhouse
committed
Auto version update to [21.11.4.1] [54456]
1 parent 9b13386 commit 1a254b9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

cmake/autogenerated_versions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
SET(VERSION_REVISION 54456)
66
SET(VERSION_MAJOR 21)
77
SET(VERSION_MINOR 11)
8-
SET(VERSION_PATCH 3)
8+
SET(VERSION_PATCH 4)
99
SET(VERSION_GITHASH 4aa125138421aa69e027f01694c31aabf4e4e473)
10-
SET(VERSION_DESCRIBE v21.11.3.6-stable)
11-
SET(VERSION_STRING 21.11.3.6)
10+
SET(VERSION_DESCRIBE v21.11.4.1-stable)
11+
SET(VERSION_STRING 21.11.4.1)
1212
# end of autochange

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
clickhouse (21.11.3.1) unstable; urgency=low
1+
clickhouse (21.11.4.1) unstable; urgency=low
22

33
* Modified source code
44

5-
-- clickhouse-release <[email protected]> Tue, 09 Nov 2021 16:13:17 +0300
5+
-- clickhouse-release <[email protected]> Thu, 11 Nov 2021 03:33:04 +0300

docker/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
4-
ARG version=21.11.3.*
4+
ARG version=21.11.4.*
55

66
RUN sed -i 's|http://archive|http://ru.archive|g' /etc/apt/sources.list
77

docker/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
4-
ARG version=21.11.3.*
4+
ARG version=21.11.4.*
55
ARG gosu_ver=1.10
66

77
# set non-empty deb_location_url url to create a docker image

docker/test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
4-
ARG version=21.11.3.*
4+
ARG version=21.11.4.*
55

66
RUN apt-get update && \
77
apt-get install -y apt-transport-https dirmngr && \

0 commit comments

Comments
 (0)