Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class EvaluationSettings(
private const val HONEYFACE_VERSION = "honeyface"
private const val GREEDY_DEFAULT_LIMIT = 10_000_000

private val SUPPORTED_VERSIONS: List<String> = ImmutableList.of(HONEYFACE_VERSION, "1", "2", "3", "4")
private val SUPPORTED_VERSIONS: List<String> = ImmutableList.of(HONEYFACE_VERSION, "1", "2", "3", "4", "5")

@JvmStatic
fun parseFromArguments(vararg arguments: String): Optional<EvaluationSettings> =
Expand Down
Loading