Skip to content

Commit

Permalink
Auto version update to [1.5.13] [17]
Browse files Browse the repository at this point in the history
  • Loading branch information
proton-robot committed Jul 12, 2024
1 parent 8570684 commit 35a3794
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions cmake/autogenerated_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# NOTE: has nothing common with DBMS_TCP_PROTOCOL_VERSION,
# only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes.
SET(VERSION_REVISION 16)
SET(VERSION_REVISION 17)
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 5)
SET(VERSION_PATCH 12)
SET(VERSION_GITHASH 9c0c76653830ca0c43369eddd9e0e1a3c19a2ae1)
SET(VERSION_DESCRIBE v1.5.12)
SET(VERSION_STRING 1.5.12)
SET(VERSION_PATCH 13)
SET(VERSION_GITHASH 8570684116cd22dfab55d204f8402cd28015dc70)
SET(VERSION_DESCRIBE v1.5.13)
SET(VERSION_STRING 1.5.13)
# end of autochange
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
proton (1.5.12) unstable; urgency=low
proton (1.5.13) unstable; urgency=low

* Modified source code

-- proton-robot <[email protected]> Mon, 01 Jul 2024 08:22:01 +0000
-- proton-robot <[email protected]> Fri, 12 Jul 2024 08:40:42 +0000
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.12
ARG version=1.5.13


RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.12
ARG version=1.5.13
ARG gosu_ver=1.10

# set non-empty deb_location_url url to create a docker image
Expand Down
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

ARG repository="deb https://repo.clickhouse.com/deb/stable/ main/"
ARG version=1.5.12
ARG version=1.5.13

RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// autogenerated by src/Storages/System/StorageSystemContributors.sh
const char * auto_contributors[] {
"chhtimeplus",
"yun",
nullptr};

0 comments on commit 35a3794

Please sign in to comment.