Auto version update to [19.3.1] [54415]

This commit is contained in:
robot-clickhouse 2019-02-12 21:42:14 +03:00
parent 48280074c4
commit 7665ef297f
5 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@
set(VERSION_REVISION 54415)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
set(VERSION_GITHASH 1db4bd8c2a1a0cd610c8a6564e8194dca5265562)
set(VERSION_DESCRIBE v19.3.0-testing)
set(VERSION_STRING 19.3.0)
set(VERSION_PATCH 1)
set(VERSION_GITHASH 48280074c4a9151ca010fb0a777efd82634460bd)
set(VERSION_DESCRIBE v19.3.1-testing)
set(VERSION_STRING 19.3.1)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.3.0) unstable; urgency=low
clickhouse (19.3.1) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Mon, 11 Feb 2019 18:13:23 +0300
-- <root@yandex-team.ru> Tue, 12 Feb 2019 21:42:14 +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.3.0
ARG version=19.3.1
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.3.0
ARG version=19.3.1
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.3.0
ARG version=19.3.1
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \