diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-08-29 18:48:53 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-08-29 18:48:53 +0000 |
commit | 0b2119d4a791b3623b304b0bab683609d23271d4 (patch) | |
tree | 40eac155fc0b26d924aa072fd289fc3e64bfad26 /mix.exs | |
parent | dc63aaf84f07a6f8042f43617d8ec356fed85cec (diff) | |
parent | 7372609c5b5063d177715d5067654888f7075403 (diff) | |
download | pleroma-0b2119d4a791b3623b304b0bab683609d23271d4.tar.gz |
Merge branch 'release/2.4.1' into 'stable'v2.4.1
Release: 2.4.1
See merge request pleroma/pleroma!3501
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.4.0"), + version: version("2.4.1"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |