diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-15 16:54:27 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-15 16:54:27 +0300 |
commit | e3f26920d0838a3ad0d76766f5c0f97df0890ad5 (patch) | |
tree | 2d5c5c6389faa07a1d55a408e19c02dffee033a2 | |
parent | e8493431bfc16977e43715bf8bdb09ac46580028 (diff) | |
download | pleroma-e3f26920d0838a3ad0d76766f5c0f97df0890ad5.tar.gz |
mix.exs: bump version to 2.0.1
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |