Skip to content

Commit

Permalink
Auto version update to [19.1.7] [54413]
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Feb 13, 2019
1 parent 7ee6afa commit 1f54761
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 6)
set(VERSION_GITHASH f73b337a93d534671b2187660398b8573fc1d464)
set(VERSION_DESCRIBE v19.1.6-testing)
set(VERSION_STRING 19.1.6)
set(VERSION_PATCH 7)
set(VERSION_GITHASH 7ee6afa30a45a6e570fbfbf90970e12e080abd72)
set(VERSION_DESCRIBE v19.1.7-testing)
set(VERSION_STRING 19.1.7)
# 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.6) unstable; urgency=low
clickhouse (19.1.7) unstable; urgency=low

* Modified source code

-- <root@yandex-team.ru> Thu, 24 Jan 2019 00:17:07 +0300
-- <root@yandex-team.ru> Wed, 13 Feb 2019 23:23:26 +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.6
ARG version=19.1.7

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.6
ARG version=19.1.7
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.6
ARG version=19.1.7

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

0 comments on commit 1f54761

Please sign in to comment.