Skip to content

Commit

Permalink
version: update scylla-jmx version to: 6.2.0
Browse files Browse the repository at this point in the history
Now scylla-jmx is not part of scylla main repo, we need to have own
version numbers and release tags.
Since we already released Scylla with scylla-jmx until 6.1.x, so we
can start new version from 6.2.0.

Closes: #243
  • Loading branch information
syuu1228 authored and denesb committed Sep 10, 2024
1 parent 793452a commit e875e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCYLLA-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

PRODUCT=scylla
VERSION=666.development
VERSION=6.2.0

if test -f version
then
Expand Down

0 comments on commit e875e84

Please sign in to comment.