Skip to content

Commit 6e4418f

Browse files
committed
Updated min version
1 parent 0eb4381 commit 6e4418f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/LevelSpace.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object LevelSpace {
5353
installation. You can also upgrade NetLogo to the latest version to use this updated
5454
LevelSpace by going to the CCL website, https://ccl.northwestern.edu/netlogo."""
5555
def makeVersion(v: String): String = s"NetLogo${if (Version.is3D) " 3D " else " " }$v"
56-
val minSupportedVersion = Version.numericValue(makeVersion("7.0.0"))
56+
val minSupportedVersion = Version.numericValue(makeVersion("7.0.0-internal1"))
5757
val minErrorVersion = Version.numericValue(makeVersion("6.4.0"))
5858
val currentVersion = Version.numericValue(Version.version)
5959
if (minErrorVersion < currentVersion && currentVersion < minSupportedVersion) {

0 commit comments

Comments
 (0)