Skip to content

Commit c39e559

Browse files
committed
Auto version update to [1.3.17] [1]
1 parent de6af98 commit c39e559

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

cmake/autogenerated_versions.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
SET(VERSION_REVISION 1)
66
SET(VERSION_MAJOR 1)
77
SET(VERSION_MINOR 3)
8-
SET(VERSION_PATCH 16)
9-
SET(VERSION_GITHASH ee1ac35e45ad6b9d74e928f0f81a7e46464f7d93)
10-
SET(VERSION_DESCRIBE v1.3.16)
11-
SET(VERSION_STRING 1.3.16)
8+
SET(VERSION_PATCH 17)
9+
SET(VERSION_GITHASH de6af987562f8735efc18308d97c9798c65b2a30)
10+
SET(VERSION_DESCRIBE v1.3.17)
11+
SET(VERSION_STRING 1.3.17)
1212
# end of autochange

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
proton (1.3.16) unstable; urgency=low
1+
proton (1.3.17) unstable; urgency=low
22

33
* Modified source code
44

5-
-- proton-robot <root@timeplus.io> Wed, 25 Oct 2023 03:30:09 +0000
5+
-- proton-robot <root@timeplus.io> Wed, 25 Oct 2023 06:24:04 +0000

docker/client/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG apt_archive="http://archive.ubuntu.com"
55
RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list
66

77
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
8-
ARG version=1.3.16
8+
ARG version=1.3.17
99

1010

1111
RUN apt-get update \

docker/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:20.04
33
# FIXME, XXX, timeplus deb repo
44
# ARG repository="deb https://repo.timeplus/deb/stable/ main/"
55
ARG repository=""
6-
ARG version=1.3.16
6+
ARG version=1.3.17
77
ARG gosu_ver=1.10
88

99
# set non-empty deb_location_url url to create a docker image

docker/test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
4-
ARG version=1.3.16
4+
ARG version=1.3.17
55

66
RUN apt-get update && \
77
apt-get install -y apt-transport-https dirmngr && \
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// autogenerated by src/Storages/System/StorageSystemContributors.sh
22
const char * auto_contributors[] {
3-
"Ken Chen",
3+
"proton-robot",
44
nullptr};

0 commit comments

Comments
 (0)