From 5371b5d2369265b991b7580e1fb3b8ee7a663a1c Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 10 Dec 2024 14:32:20 -0800 Subject: [PATCH] Bumped version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ce57f21..f23f6fc 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do def project do [ app: :pinchflat, - version: "2024.11.27", + version: "2024.12.10", elixir: "~> 1.17", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,