summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rin@patch.cx>2022-01-10 19:49:51 +0300
committerrinpatch <rin@patch.cx>2022-01-11 13:39:23 +0300
commitf4bc2f5975062f500ef698ae4839c17506f7b503 (patch)
treefafe10570cc0fd48889701233bee7ebc2aa5b869 /mix.exs
parentcd3175c7fe4d62babae44c34a37bcc615cd392cc (diff)
Add 2.4.2 changelog entry and bump mix version
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 6841875d7..db2f1f069 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("2.4.1"),
+ version: version("2.4.2"),
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),