Set version to 2.0.0-rc7

* Ignore python error about modifying system python (#4863)
This commit is contained in:
Michael Legleux
2024-01-05 12:55:45 -08:00
committed by GitHub
parent ca3198164c
commit 350d213ee8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)