mix.exs: bump version to 2.0.1
authorrinpatch <rinpatch@sdf.org>
Sun, 15 Mar 2020 13:54:27 +0000 (16:54 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 15 Mar 2020 13:54:27 +0000 (16:54 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index 89b56bc5d626d4eea9126555b18019a5abf7962e..90aeaf33a4e2e0b2ac7837f692c6be01452265d2 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
   def project do
     [
       app: :pleroma,
-      version: version("2.0.0"),
+      version: version("2.0.1"),
       elixir: "~> 1.8",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),