From 10b4b361f84539cbb666c6444104dbef06b81a37 Mon Sep 17 00:00:00 2001 From: Christian Kruse Date: Sun, 10 Dec 2023 13:57:53 +0100 Subject: [PATCH] version 5.7.23 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index af065aec7..c1a80af25 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Cforum.Mixfile do def project do [ app: :cforum, - version: "5.7.22", + version: "5.7.23", elixir: "~> 1.12", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,