Skip to content

Commit

Permalink
Auto version update to [19.1.6] [54413]
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Jan 23, 2019
1 parent f73b337 commit 51dd219
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dbms/cmake/version.cmake
Expand Up @@ -2,10 +2,10 @@
set(VERSION_REVISION 54413)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 1)
set(VERSION_PATCH 5)
set(VERSION_GITHASH 2a7e7364c139b3c97f54f38ca6ea76ab4fa61e4b)
set(VERSION_DESCRIBE v19.1.5-testing)
set(VERSION_STRING 19.1.5)
set(VERSION_PATCH 6)
set(VERSION_GITHASH f73b337a93d534671b2187660398b8573fc1d464)
set(VERSION_DESCRIBE v19.1.6-testing)
set(VERSION_STRING 19.1.6)
# end of autochange

set(VERSION_EXTRA "" CACHE STRING "")
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,5 +1,5 @@
clickhouse (19.1.5) unstable; urgency=low
clickhouse (19.1.6) unstable; urgency=low

* Modified source code

-- <root@yandex-team.ru> Tue, 22 Jan 2019 22:18:30 +0300
-- <root@yandex-team.ru> Thu, 24 Jan 2019 00:17:07 +0300
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.1.5
ARG version=19.1.6

RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.1.5
ARG version=19.1.6
ARG gosu_ver=1.10

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.1.5
ARG version=19.1.6

RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \
Expand Down

0 comments on commit 51dd219

Please sign in to comment.