Skip to content

Commit c253d2a

Browse files
committed
Auto version update to [3.0.7] [142]
1 parent 7f66725 commit c253d2a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

cmake/autogenerated_versions.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# NOTE: has nothing common with DBMS_TCP_PROTOCOL_VERSION,
44
# only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes.
5-
SET(VERSION_REVISION 141)
5+
SET(VERSION_REVISION 142)
66
SET(VERSION_MAJOR 3)
77
SET(VERSION_MINOR 0)
8-
SET(VERSION_PATCH 6)
9-
SET(VERSION_GITHASH f04a09a08c14e480f8776984cd984bf92e3fa80b)
10-
SET(VERSION_DESCRIBE v3.0.6)
11-
SET(VERSION_STRING 3.0.6)
8+
SET(VERSION_PATCH 7)
9+
SET(VERSION_GITHASH 7f66725b5e56b2dc4709580d478d251b0d3f5862)
10+
SET(VERSION_DESCRIBE v3.0.7)
11+
SET(VERSION_STRING 3.0.7)
1212
# end of autochange

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
proton (3.0.6) unstable; urgency=low
1+
proton (3.0.7) unstable; urgency=low
22

33
* Modified source code
44

5-
-- proton-robot <[email protected]> Fri, 07 Nov 2025 01:48:20 +0000
5+
-- proton-robot <[email protected]> Fri, 14 Nov 2025 10:32:31 +0000

docker/client/Dockerfile

Lines changed: 1 addition & 1 deletion
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=3.0.6
8+
ARG version=3.0.7
99

1010

1111
RUN apt-get update \

docker/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:22.04
55
# FIXME, XXX, timeplus deb repo
66
# ARG repository="deb https://repo.timeplus/deb/stable/ main/"
77
ARG repository=""
8-
ARG version=3.0.6
8+
ARG version=3.0.7
99

1010
# set non-empty deb_location_url url to create a docker image
1111
# from debs created by CI build, for example:

docker/test/Dockerfile

Lines changed: 1 addition & 1 deletion
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=3.0.6
4+
ARG version=3.0.7
55

66
RUN apt-get update && \
77
apt-get install -y apt-transport-https dirmngr && \

0 commit comments

Comments
 (0)