diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index f23fd69c110..0ad374a1e23 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 23) -SET(VERSION_GITHASH 1b233cd021be9b23ad24a19a55cc42021a1ad70f) -SET(VERSION_DESCRIBE v1.3.23) -SET(VERSION_STRING 1.3.23) +SET(VERSION_PATCH 24) +SET(VERSION_GITHASH 58e4863147e6a806a7bf82fb428e15d6f41348c1) +SET(VERSION_DESCRIBE v1.3.24) +SET(VERSION_STRING 1.3.24) # end of autochange diff --git a/debian/changelog b/debian/changelog index 4284f9a6c99..46ab679c9f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -proton (1.3.23) unstable; urgency=low +proton (1.3.24) unstable; urgency=low * Modified source code - -- proton-robot Mon, 20 Nov 2023 16:22:17 +0000 + -- proton-robot Wed, 22 Nov 2023 01:46:26 +0000 diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index 57795e4c37c..d2b6b7b92fb 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.23 +ARG version=1.3.24 RUN apt-get update \ diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index 923d4c726b3..675747f4b7a 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.23 +ARG version=1.3.24 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 3ba539301a6..726477b7652 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.23 +ARG version=1.3.24 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 0ba9a045b5e..86811bbe82d 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[] { - "jhao0117", + "Ken Chen", nullptr};