From fa579592ebf53306e3a4b13e2414a40997add1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 8 Mar 2021 10:15:21 +0100 Subject: [PATCH] Release v1.11.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8569533a..aad02af2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Plug.MixProject do use Mix.Project - @version "1.11.0" + @version "1.11.1" @description "A specification and conveniences for composable modules between web applications" @xref_exclude [Plug.Cowboy, :telemetry]