Skip to content

Commit

Permalink
[source-release] prepare release apache-kvrocks-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caipengbo committed Feb 14, 2023
1 parent 97e8f05 commit 8eb4a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt update && apt install -y git gcc g++ make cmake autoconf automake libtoo
WORKDIR /kvrocks

COPY . .
RUN ./x.py build -DENABLE_OPENSSL=ON -DPORTABLE=ON $MORE_BUILD_ARGS
RUN ./x.py build --ghproxy -DENABLE_OPENSSL=ON -DPORTABLE=ON $MORE_BUILD_ARGS

FROM ubuntu:focal

Expand Down
2 changes: 1 addition & 1 deletion src/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
999.999.999
2.3.0

0 comments on commit 8eb4a2c

Please sign in to comment.