From 94373d1249697a9c84f72f35ab984ce4aac10da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 6 Oct 2023 11:45:20 +0200 Subject: [PATCH] Release v2.0.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 03391ce..cd93200 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Plug.Crypto.MixProject do use Mix.Project - @version "2.0.0-dev" + @version "2.0.0" @description "Crypto-related functionality for the web" @source_url "https://github.com/elixir-plug/plug_crypto"