From 2019325964559a8dd829c2b66fb39924c3f44e77 Mon Sep 17 00:00:00 2001 From: Jesse Tov Date: Thu, 13 Oct 2022 18:30:20 -0400 Subject: [PATCH] Update version to v0.15.1 and base dependency to v0.15.1 Signed-off-by: Jesse Tov --- core.opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.opam b/core.opam index eff6296e..1143ab95 100644 --- a/core.opam +++ b/core.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "v0.15.0" +version: "v0.15.1" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/core" @@ -12,7 +12,7 @@ build: [ ] depends: [ "ocaml" {>= "4.11.0"} - "base" {>= "v0.15" & < "v0.16"} + "base" {>= "v0.15.1" & < "v0.16"} "base_bigstring" {>= "v0.15" & < "v0.16"} "base_quickcheck" {>= "v0.15" & < "v0.16"} "bin_prot" {>= "v0.15" & < "v0.16"}