bump nightly version (#13573)

The release process for 2.1.0 is ongoing. I think it's safe to say at
this point if we need to change the RC we'll do it with backports.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2022-04-12 13:18:41 +02:00 committed by GitHub
parent 90e03a3044
commit 4a93384414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
NIGHTLY_PREFIX Normal file
View File

@ -0,0 +1 @@
2.2.0

View File

@ -29,7 +29,7 @@ jobs:
eval "$(./dev-env/bin/dade-assist)"
source $(bash-lib)
prefix=$(head -1 LATEST | awk '{print $2}' | sed -e 's/\([^-]*\).*/\1/')
prefix=$(cat NIGHTLY_PREFIX)
release=$(./release.sh snapshot HEAD $prefix | awk '{print $2}')
ERR=$(mktemp)