We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb4381 commit 6e4418fCopy full SHA for 6e4418f
1 file changed
src/main/LevelSpace.scala
@@ -53,7 +53,7 @@ object LevelSpace {
53
installation. You can also upgrade NetLogo to the latest version to use this updated
54
LevelSpace by going to the CCL website, https://ccl.northwestern.edu/netlogo."""
55
def makeVersion(v: String): String = s"NetLogo${if (Version.is3D) " 3D " else " " }$v"
56
- val minSupportedVersion = Version.numericValue(makeVersion("7.0.0"))
+ val minSupportedVersion = Version.numericValue(makeVersion("7.0.0-internal1"))
57
val minErrorVersion = Version.numericValue(makeVersion("6.4.0"))
58
val currentVersion = Version.numericValue(Version.version)
59
if (minErrorVersion < currentVersion && currentVersion < minSupportedVersion) {
0 commit comments