diff options
author | rinpatch <rinpatch@sdf.org> | 2020-06-12 21:09:28 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-06-12 21:09:28 +0300 |
commit | 9046f85ced90e6cc1c857c33c04f259150c0e197 (patch) | |
tree | d4c0ad0d8cf2083c1dae9f2ada9d80bd593fb622 /mix.exs | |
parent | 90676bdfe3df526fe9596c25ad63d59fc602eb7a (diff) | |
download | pleroma-9046f85ced90e6cc1c857c33c04f259150c0e197.tar.gz |
mix.exs: bump to 2.0.7
Diffstat (limited to 'mix.exs')
-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.6"), + version: version("2.0.7"), elixir: "~> 1.8", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |