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:01:48 +0000 (20:01 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index 3e6710bc33bf2f79dcc884b2750b9f5230849970..acb2b4b9a8eb3856faf991463df1bb49f90d94a6 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(),