Revert "Fix invalid version number on 'mix test'"

This reverts commit 93cf428e2a.
This commit is contained in:
itepechi 2023-10-26 05:50:20 +09:00
parent acbc326ab7
commit 3a7967d331
1 changed files with 1 additions and 1 deletions

View File

@ -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(),