release: prepare for 4.5.0

This commit is contained in:
Yaron Kaikov
2021-10-06 14:12:31 +03:00
committed by Jenkins Promoter
parent 18b8388958
commit 47be33a104
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
PRODUCT=scylla
VERSION=4.5.rc7
VERSION=4.5.0
if test -f version
then

View File

@@ -6,7 +6,7 @@ ENV container docker
# The SCYLLA_REPO_URL argument specifies the URL to the RPM repository this Docker image uses to install Scylla. The default value is the Scylla's unstable RPM repository, which contains the daily build.
ARG SCYLLA_REPO_URL=downloads.scylladb.com/unstable/scylla/branch-4.5/rpm/centos/latest/
ARG VERSION=4.5.rc7
ARG VERSION=4.5.0
ADD scylla_bashrc /scylla_bashrc