From dfe64d938eb0858506146fc4164a3d925734baad Mon Sep 17 00:00:00 2001 From: Awea Date: Mon, 10 Jun 2024 11:34:42 +0200 Subject: [PATCH] feat: release v2.0.0-rc.7 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 79cbf8e..569193d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tezex.MixProject do use Mix.Project - @version "2.0.0-rc.6" + @version "2.0.0-rc.7" @url_docs "http://hexdocs.pm/tezex" @url_github "https://github.com/objkt-com/tezex"