Skip to content

Commit

Permalink
Updating version numbers to reflect the OSS C* releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHogg committed Mar 11, 2024
1 parent 2d05f14 commit 8553e0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ interface DatabaseVersion {
}

fun latest40() : DatabaseVersion {
return fromString("4.0.11")
return fromString("4.0.12")
}

fun latest41() : DatabaseVersion {
return fromString("4.1.3")
return fromString("4.1.4")
}

fun latestDSE4() : DatabaseVersion {
Expand Down

0 comments on commit 8553e0f

Please sign in to comment.