diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-01 22:11:33 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-02 19:16:27 +0300 |
commit | 04f23294d327f044a72ecd3f269846c2f6198cf1 (patch) | |
tree | 3415b92ed0cb9e59f39946a1439fd918c6ea07ee | |
parent | e0d392c04c3ff6e1c2d777c40e3cf44dfa68a136 (diff) | |
download | pleroma-04f23294d327f044a72ecd3f269846c2f6198cf1.tar.gz |
mix.exs: bump to 2.0.3
-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.2"), + version: version("2.0.3"), elixir: "~> 1.8", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |