From 25bf8647aef7d229ed574728e5e13d5c616df5b1 Mon Sep 17 00:00:00 2001 From: Ali Caglayan Date: Sun, 12 Feb 2023 19:44:14 +0100 Subject: [PATCH] chore: bump Dune version to 3.8 Signed-off-by: Ali Caglayan --- otherlibs/dune-rpc/private/types.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherlibs/dune-rpc/private/types.ml b/otherlibs/dune-rpc/private/types.ml index e2d2b373a28d..450d20cd2f72 100644 --- a/otherlibs/dune-rpc/private/types.ml +++ b/otherlibs/dune-rpc/private/types.ml @@ -35,7 +35,7 @@ end module Version = struct type t = int * int - let latest = (3, 7) + let latest = (3, 8) let sexp : t Conv.value = let open Conv in