Skip to content

Commit

Permalink
Update version in Syntax.ml to prepare for v0.11.0 (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Trunov authored Jun 22, 2021
1 parent f269868 commit 83436fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/Syntax.ml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ open GasCharge
exception SyntaxError of string * loc

(* Version of the interpreter (major, minor, patch) *)
let scilla_version = (0, 10, 1)
let scilla_version = (0, 11, 0)

let hash_length = 32

Expand Down

0 comments on commit 83436fb

Please sign in to comment.