From: FloatingGhost Date: Sat, 23 Jul 2022 19:00:38 +0000 (+0100) Subject: bump version for release X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8e94cbcac7828f3db153794ffb2ae9c5f4741629;p=akkoma bump version for release --- diff --git a/mix.exs b/mix.exs index 1e1c06b7b..61521f72e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("3.0.0"), + version: version("3.0.1"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),