summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-13 00:08:36 +0300
committerrinpatch <rinpatch@sdf.org>2020-05-13 00:33:38 +0300
commit2906cbbd40ea07c2ceb4d67e1c889cc7ab8b7662 (patch)
tree48f8014dbdd9deb8b9aae1d894344c039c203918
parent6430df851d9971aec9c1d11772487e97b6b84903 (diff)
mix.exs: bump to 2.0.5
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 6e5d01e51..cc7a415ca 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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(),