Skip to content

Commit 2a98c40

Browse files
committed
Auto version update to [3.0.4] [135]
1 parent c96e181 commit 2a98c40

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 134)
5+
SET(VERSION_REVISION 135)
66
SET(VERSION_MAJOR 3)
77
SET(VERSION_MINOR 0)
8-
SET(VERSION_PATCH 3)
9-
SET(VERSION_GITHASH f7886af6408f2eca77dcc7379f280c60ab767de7)
10-
SET(VERSION_DESCRIBE v3.0.3)
11-
SET(VERSION_STRING 3.0.3)
8+
SET(VERSION_PATCH 4)
9+
SET(VERSION_GITHASH c96e1814e3489741a0630dae46a67543660af959)
10+
SET(VERSION_DESCRIBE v3.0.4)
11+
SET(VERSION_STRING 3.0.4)
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.3) unstable; urgency=low
1+
proton (3.0.4) unstable; urgency=low
22

33
* Modified source code
44

5-
-- proton-robot <[email protected]> Thu, 16 Oct 2025 16:45:14 +0000
5+
-- proton-robot <[email protected]> Thu, 23 Oct 2025 06:34:26 +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.3
8+
ARG version=3.0.4
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.3
8+
ARG version=3.0.4
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.3
4+
ARG version=3.0.4
55

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

0 commit comments

Comments
 (0)