Skip to content

Commit

Permalink
Prepare for 0.5.1 release (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha authored Jan 15, 2020
1 parent 368a920 commit f41030a
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 @@ -26,7 +26,7 @@ open Stdint
exception SyntaxError of string * loc

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

type 'rep ident =
| Ident of string * 'rep
Expand Down

0 comments on commit f41030a

Please sign in to comment.