Skip to content

Commit 6489c25

Browse files
committed
Update opam files with version
1 parent eccff14 commit 6489c25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reason.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "3.17.2"
3+
version: "3.17.3"
44
synopsis: "Reason: Syntax & Toolchain for OCaml"
55
description: """
66
Reason gives OCaml a new syntax that is remniscient of languages like

rtop.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "3.17.2"
3+
version: "3.17.3"
44
synopsis: "Reason toplevel"
55
description:
66
"rtop is the toplevel (or REPL) for Reason, based on utop (https://github.com/ocaml-community/utop)."

test/version.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Ensures refmt --version prints the right version
22
$ refmt --version | cut -d '@' -f 1 | cut -d '-' -f 1 | awk '{$1=$1;print}'
3-
Reason 3.17.2
3+
Reason 3.17.3

0 commit comments

Comments
 (0)