update System.version

This commit is contained in:
Vyacheslav Matyukhin 2022-08-29 00:01:26 +04:00
parent fe8e980d27
commit 9c3d41427e
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -2,7 +2,7 @@ module Bindings = Reducer_Bindings
let bindings: Bindings.t =
[
("System.version", ReducerInterface_InternalExpressionValue.IEvString("0.3.0")),
("System.version", ReducerInterface_InternalExpressionValue.IEvString("0.4.0-dev")),
]->Bindings.fromArray
let makeBindings = (previousBindings: Bindings.t): Bindings.t =>