From 8b896d56bac25ce390841fe0ff88f33667708e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 17 Feb 2024 01:11:09 -0800 Subject: [PATCH] Bump version to 1.11.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index bfc33a56..0e7be535 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Banchan.MixProject do def project do [ app: :banchan, - version: "1.10.1", + version: "1.11.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [warnings_as_errors: true],