From 63afb0d913b8f0102b43fa3eb655fada98c4cb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Wed, 29 Jun 2022 08:48:17 +0200 Subject: [PATCH] Set version in opam file --- lwt.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwt.opam b/lwt.opam index a78f1ca53..869f1776c 100644 --- a/lwt.opam +++ b/lwt.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "Promises and event-driven I/O" -version: "5.6.0" +version: "5.6.1" license: "MIT" homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt"