bump version to 3.1.0
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 12 Aug 2022 15:00:40 +0000 (16:00 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 12 Aug 2022 15:00:40 +0000 (16:00 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index 71384c755d3ba283ad48969f3292deb5a79f1591..c6bd0e28f81abdf587b2b70d780c48153a557bbe 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.1"),
+      version: version("3.1.0"),
       elixir: "~> 1.9",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),