Skip to content

Commit

Permalink
Bump version to 1.057
Browse files Browse the repository at this point in the history
  • Loading branch information
mebsout committed Jan 14, 2020
1 parent db907f6 commit 2bc601d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/liquidity/liquidFromParsetree.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let ident_counter = ref 0
let minimal_version = 0.9

(* The maximal version of liquidity files that are accepted by this compiler *)
let maximal_version = 1.056
let maximal_version = 1.057


open Asttypes
Expand Down
2 changes: 1 addition & 1 deletion tools/liquidity/liquidToParsetree.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(****************************************************************************)

(* The version that will be required to compile the generated files. *)
let output_version = "1.056"
let output_version = "1.057"

open Asttypes
open Longident
Expand Down

0 comments on commit 2bc601d

Please sign in to comment.