Skip to content

Commit

Permalink
Auto version update to [1.3.15] [1]
Browse files Browse the repository at this point in the history
  • Loading branch information
proton-robot committed Oct 16, 2023
1 parent 41ef5ad commit e5c2a6a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions cmake/autogenerated_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
SET(VERSION_REVISION 1)
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 3)
SET(VERSION_PATCH 14)
SET(VERSION_GITHASH 057bfda9c9584f5ed6dc874d30e4fa2fcea9aafe)
SET(VERSION_DESCRIBE v1.3.14)
SET(VERSION_STRING 1.3.14)
SET(VERSION_PATCH 15)
SET(VERSION_GITHASH 41ef5ad483533dec65e60c769c602c6fafadca11)
SET(VERSION_DESCRIBE v1.3.15)
SET(VERSION_STRING 1.3.15)
# 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.3.14) unstable; urgency=low
proton (1.3.15) unstable; urgency=low

* Modified source code

-- proton-robot <[email protected]> Thu, 28 Sep 2023 15:55:32 +0000
-- proton-robot <[email protected]> Mon, 16 Oct 2023 06:33:59 +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.3.14
ARG version=1.3.15


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.3.14
ARG version=1.3.15
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.3.14
ARG version=1.3.15

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[] {
"Jove Zhong",
"Qijun Niu",
nullptr};

0 comments on commit e5c2a6a

Please sign in to comment.