You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass differently parsed Scylla version during ccm creation
Version.parse automatically fills patch number as 0 if not present.
This leads to some problems with ccm when setup with (e.g.) 5.0-rcX
version. This change makes method returning version string remove patch
number back when dealing with such version number.
0 commit comments