Skip to content

Commit

Permalink
Merge pull request #414 from Zilliqa/rel-v0.1.0
Browse files Browse the repository at this point in the history
prepare for release-v0.1.0
  • Loading branch information
bb111189 authored Jan 29, 2019
2 parents c85e14e + 29bef31 commit eb02c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/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

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

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

0 comments on commit eb02c12

Please sign in to comment.