From ba3519417229e50b7cb9e7c302d95d03d1d8643a Mon Sep 17 00:00:00 2001 From: Isaac Whitfield Date: Sat, 23 Nov 2024 19:00:12 -0800 Subject: [PATCH] Bump to v4.0.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 03ebb24..069871c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Cachex.Mixfile do use Mix.Project - @version "4.0.2" + @version "4.0.3" @url_docs "http://hexdocs.pm/cachex" @url_github "https://github.com/whitfin/cachex"