X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=mix.exs;h=19e6fd045684ab36d7140d5334ba797570472ca1;hb=77596a302181aaa8617cd08f110586c36d517127;hp=ef038ce74eaabfc55fbc7ed70e2e4c21cc42fba1;hpb=95e4018c1a17bd96331cdeb19d1c62a599061351;p=akkoma diff --git a/mix.exs b/mix.exs index ef038ce74..19e6fd045 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("3.1.0"), + version: version("3.2.0"), elixir: "~> 1.12", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),