Skip to content

Commit

Permalink
Set version to 2.0.0-rc7
Browse files Browse the repository at this point in the history
* Ignore python error about modifying system python (#4863)
  • Loading branch information
legleux authored Jan 5, 2024
1 parent ca31981 commit 350d213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Builds/containers/gitlab-ci/docker_alpine_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ apk add \
bash util-linux coreutils binutils grep \
make ninja cmake build-base gcc g++ abuild git \
python3 python3-dev
pip3 install awscli
pip3 install awscli --break-system-packages
# list curdir contents to build log:
ls -la
2 changes: 1 addition & 1 deletion src/ripple/protocol/impl/BuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "2.0.0-rc6"
char const* const versionString = "2.0.0-rc7"
// clang-format on

#if defined(DEBUG) || defined(SANITIZER)
Expand Down

0 comments on commit 350d213

Please sign in to comment.