From 2dfdb31aa43043ac562e3ccc4d762a3faa2a8af0 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 14 May 2024 11:03:36 -0700 Subject: [PATCH] Fixed release tag hopefully --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 114c0df..86a3ac0 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do def project do [ app: :pinchflat, - version: "2024.05.14", + version: "2024.5.14", elixir: "~> 1.16", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,