diff options
author | rinpatch <rinpatch@sdf.org> | 2020-10-15 21:43:35 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-10-15 21:43:35 +0300 |
commit | 65b73eb9fd2c33ad1fc59e08974495331b51888f (patch) | |
tree | fc13911ef8c35981f4f4a1bc4804a2d570e5bd94 | |
parent | b48724afcdd9d46d6533aafdea4df1cc2d23b6ae (diff) | |
download | pleroma-65b73eb9fd2c33ad1fc59e08974495331b51888f.tar.gz |
mix.exs: bump version to 2.2.0
-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.1.50"), + version: version("2.2.0"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |