summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-01 22:11:33 +0300
committerrinpatch <rinpatch@sdf.org>2020-05-02 19:16:27 +0300
commit04f23294d327f044a72ecd3f269846c2f6198cf1 (patch)
tree3415b92ed0cb9e59f39946a1439fd918c6ea07ee
parente0d392c04c3ff6e1c2d777c40e3cf44dfa68a136 (diff)
mix.exs: bump to 2.0.3
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 571adc802..3f3990ea2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("2.0.2"),
+ version: version("2.0.3"),
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),