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