diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 21:19:19 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 21:20:29 +0300 |
commit | 8ef4afcc3b44fae25d81b65b802967a85223e7dd (patch) | |
tree | 7380c079407917701195efc48ddf46e608092301 /mix.exs | |
parent | 13966f150469e2e7b6e02ffc8a7ab65b7c7bfaa7 (diff) | |
download | pleroma-8ef4afcc3b44fae25d81b65b802967a85223e7dd.tar.gz |
Final 1.1 release preparations
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("1.0.91"), + version: version("1.1.0"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |