Skip to content

Commit

Permalink
versions: set the default scylla version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amnonh committed Dec 15, 2019
1 parent 67425cf commit 9b56dc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LATEST="3.0"
ALL="2.1,2.2,2.3,master"
DEFAULT_VERSION="3.0,2.3"
LATEST="3.1"
ALL="2.3,3.0,3.1,master"
DEFAULT_VERSION="3.0,3.1"
MANAGER_VERSION="2.0"

0 comments on commit 9b56dc1

Please sign in to comment.