diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-03-30 12:52:57 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-05-26 19:57:00 +0200 |
commit | 7618e562b34d4240514d8819407dd6bd3adbe79d (patch) | |
tree | 2e0d9010f8f1317e53266ed276a5e662b3c1b81a /mix.exs | |
parent | 4505bc1e587ce76683e21a41f90fb2956ed2a084 (diff) | |
download | pleroma-7618e562b34d4240514d8819407dd6bd3adbe79d.tar.gz pleroma-7618e562b34d4240514d8819407dd6bd3adbe79d.zip |
Version 2.5.2
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.5.1"), + version: version("2.5.2"), elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |