Skip to content

Commit

Permalink
Feature/Parity: Set NetLogo file version to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Dec 4, 2023
1 parent 7f9c0fb commit f6344f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/js/src/main/scala/BrowserRequests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private[tortoise] trait RequestSharedImplicits {

object ExportRequest extends RequestSharedImplicits {
val read = Jsonify.reader[JsObject, ExportRequest]
final val NlogoFileVersion = "NetLogo 6.2.2"
final val NlogoFileVersion = "NetLogo 6.4.0"
}

case class CompilationRequest(
Expand Down

0 comments on commit f6344f5

Please sign in to comment.