aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authordcc <dcc@logografos.com>2023-09-04 02:54:35 -0700
committerdcc <dcc@logografos.com>2023-09-04 02:54:35 -0700
commita127041c8b3e31c9fa487dd5ca4faa29a0a59e6e (patch)
tree563a301e6dfc8e419a787542f233976a5b761160 /mix.exs
parent40bfe7919694619570c3e2192dff895c78ce44b9 (diff)
downloadanni-a127041c8b3e31c9fa487dd5ca4faa29a0a59e6e.tar.gz
anni-a127041c8b3e31c9fa487dd5ca4faa29a0a59e6e.tar.bz2
anni-a127041c8b3e31c9fa487dd5ca4faa29a0a59e6e.zip
move to 2.5.5
Diffstat (limited to 'mix.exs')
-rwxr-xr-x[-rw-r--r--]mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 23d1edc..39befc8 100644..100755
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("2.5.4"),
+ version: version("2.5.5"),
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),