From 3a7967d3319107350858a08aeaa070e6a619463a Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Thu, 26 Oct 2023 05:50:20 +0900 Subject: [PATCH] Revert "Fix invalid version number on 'mix test'" This reverts commit 93cf428e2a1e70f66db131b452ca74a40b9a37bc. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4742db1a4..8fa86cf00 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("3.10.3-bnakkoma"), + version: version("3.10.3+bnakkoma"), elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(),