Auto version update to [19.1.4] [54413]

This commit is contained in:
robot-clickhouse 2019-01-22 02:29:09 +03:00
parent be762f58e1
commit 24fc3ad544
5 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@
set(VERSION_REVISION 54413)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 1)
set(VERSION_PATCH 3)
set(VERSION_GITHASH ac0060079ab221278338db343ca9eaf006fc4ee1)
set(VERSION_DESCRIBE v19.1.3-testing)
set(VERSION_STRING 19.1.3)
set(VERSION_PATCH 4)
set(VERSION_GITHASH be762f58e1d0286c54609301cabc1934f49257fc)
set(VERSION_DESCRIBE v19.1.4-testing)
set(VERSION_STRING 19.1.4)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.1.3) unstable; urgency=low
clickhouse (19.1.4) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Mon, 21 Jan 2019 16:26:13 +0300
-- <root@yandex-team.ru> Tue, 22 Jan 2019 02:29:09 +0300

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.1.3
ARG version=19.1.4
RUN apt-get update \
&& apt-get install --yes --no-install-recommends \

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.1.3
ARG version=19.1.4
ARG gosu_ver=1.10
RUN apt-get update \

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.1.3
ARG version=19.1.4
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \