Update previous stable version to 1.9.0 (#4143)

This commit is contained in:
Chris Stewart 2022-03-01 10:11:58 -06:00 committed by GitHub
parent 54e18e6a8d
commit 8d47f804d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ import scala.util.Properties
object CommonSettings {
val previousStableVersion: String = "1.8.0"
val previousStableVersion: String = "1.9.0"
private def isCI = {
Properties