Skip to content

Commit d3de0c5

Browse files
committed
Bump version number
Signed-off-by: Ulysse Gérard <thevoodoos@gmail.com>
1 parent f678b81 commit d3de0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dune/stanza.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Parser = struct
66
type nonrec t = string * t list Dune_lang.Decoder.t
77
end
88

9-
let latest_version = (2, 1)
9+
let latest_version = (2, 2)
1010

1111
let syntax =
1212
Dune_lang.Syntax.create ~name:"dune" ~desc:"the dune language"

0 commit comments

Comments
 (0)