bump version for release
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 23 Jul 2022 19:00:38 +0000 (20:00 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 23 Jul 2022 19:00:38 +0000 (20:00 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index 1e1c06b7bb698682f86c2ca98760458e467dcc9f..61521f72edad3ea6d55af7d4b1c9cae377b8d450 100644 (file)
--- 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(),