diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-13 00:08:36 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-13 00:33:38 +0300 |
commit | 2906cbbd40ea07c2ceb4d67e1c889cc7ab8b7662 (patch) | |
tree | 48f8014dbdd9deb8b9aae1d894344c039c203918 | |
parent | 6430df851d9971aec9c1d11772487e97b6b84903 (diff) | |
download | pleroma-2906cbbd40ea07c2ceb4d67e1c889cc7ab8b7662.tar.gz |
mix.exs: bump to 2.0.5
-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.4"), + version: version("2.0.5"), elixir: "~> 1.8", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |