From 852eab5ac391a51aee9024d92ab561d3fdc9b420 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 21 May 2024 16:29:57 +1200 Subject: [PATCH] feat: force release --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 01c7f3a..424eb2f 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule MixSystemd.MixProject do [ app: :mix_systemd, version: @version, - elixir: "~> 1.9", + elixir: "~> 1.14", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod, description: description(),