From 49a69a07380a41ec4f86af36e0877664df451aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 18 Mar 2024 22:16:23 -0700 Subject: [PATCH] Bump version to 1.12.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5c5b7a71..651ac516 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Banchan.MixProject do def project do [ app: :banchan, - version: "1.12.3", + version: "1.12.4", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [warnings_as_errors: true],