Skip to content

Commit

Permalink
bump version to 1.2.0 (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
qijun-niu-timeplus authored Jan 10, 2023
1 parent 9907686 commit ceab2f8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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 37)
SET(VERSION_REVISION 1)
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 1)
SET(VERSION_PATCH 36)
SET(VERSION_GITHASH 1633239d36b1887156fdd00ea2ca43b8ad24a73e)
SET(VERSION_DESCRIBE v1.1.36)
SET(VERSION_STRING 1.1.36)
SET(VERSION_MINOR 2)
SET(VERSION_PATCH 0)
SET(VERSION_GITHASH 99076867e65942d324ebf1ff328cebf97e07c045)
SET(VERSION_DESCRIBE v1.2.0)
SET(VERSION_STRING 1.2.0)
# end of autochange
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
proton (1.1.36) unstable; urgency=low
proton (1.2.0) unstable; urgency=low

* Modified source code

Expand Down
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.1.36
ARG version=1.2.0


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.1.36
ARG version=1.2.0
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.1.36
ARG version=1.2.0

RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \
Expand Down

0 comments on commit ceab2f8

Please sign in to comment.