diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-05-06 08:59:36 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-05-06 09:01:33 +0200 |
commit | 57c486014c06715ff5cd5ad4361155d4a1776c23 (patch) | |
tree | 970a1d0515c784b7fc00a2934b8494badb569d85 /mix.exs | |
parent | fa3157df964d4f88d0fd1ce466a44333c8c7ef60 (diff) | |
download | pleroma-57c486014c06715ff5cd5ad4361155d4a1776c23.tar.gz |
Release 2.4.3
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.2"), + version: version("2.4.3"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |