diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index e844e0e8969..872eed7c432 100644 --- a/cmake/autogenerated_versions.txt +++ b/cmake/autogenerated_versions.txt @@ -5,8 +5,8 @@ SET(VERSION_REVISION 1) SET(VERSION_MAJOR 1) SET(VERSION_MINOR 3) -SET(VERSION_PATCH 16) -SET(VERSION_GITHASH ee1ac35e45ad6b9d74e928f0f81a7e46464f7d93) -SET(VERSION_DESCRIBE v1.3.16) -SET(VERSION_STRING 1.3.16) +SET(VERSION_PATCH 17) +SET(VERSION_GITHASH de6af987562f8735efc18308d97c9798c65b2a30) +SET(VERSION_DESCRIBE v1.3.17) +SET(VERSION_STRING 1.3.17) # end of autochange diff --git a/debian/changelog b/debian/changelog index 2450ad5c02a..cd0797f7191 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -proton (1.3.16) unstable; urgency=low +proton (1.3.17) unstable; urgency=low * Modified source code - -- proton-robot Wed, 25 Oct 2023 03:30:09 +0000 + -- proton-robot Wed, 25 Oct 2023 06:24:04 +0000 diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index cf35ca76f63..e07f4a17b73 100644 --- a/docker/client/Dockerfile +++ b/docker/client/Dockerfile @@ -5,7 +5,7 @@ ARG apt_archive="http://archive.ubuntu.com" RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/" -ARG version=1.3.16 +ARG version=1.3.17 RUN apt-get update \ diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index 07e9b769d17..aab2be941a6 100644 --- a/docker/server/Dockerfile +++ b/docker/server/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:20.04 # FIXME, XXX, timeplus deb repo # ARG repository="deb https://repo.timeplus/deb/stable/ main/" ARG repository="" -ARG version=1.3.16 +ARG version=1.3.17 ARG gosu_ver=1.10 # set non-empty deb_location_url url to create a docker image diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index d0012cc5d9f..82ae624ae54 100644 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/" -ARG version=1.3.16 +ARG version=1.3.17 RUN apt-get update && \ apt-get install -y apt-transport-https dirmngr && \ diff --git a/src/Storages/System/StorageSystemContributors.generated.cpp b/src/Storages/System/StorageSystemContributors.generated.cpp index 86811bbe82d..a0dc0bd1670 100644 --- a/src/Storages/System/StorageSystemContributors.generated.cpp +++ b/src/Storages/System/StorageSystemContributors.generated.cpp @@ -1,4 +1,4 @@ // autogenerated by src/Storages/System/StorageSystemContributors.sh const char * auto_contributors[] { - "Ken Chen", + "proton-robot", nullptr};