diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:21:49 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:21:49 +0000 |
commit | 832d892c2c77c836aa46f47f9610b5718c7656b3 (patch) | |
tree | 7380c079407917701195efc48ddf46e608092301 /mix.exs | |
parent | 13966f150469e2e7b6e02ffc8a7ab65b7c7bfaa7 (diff) | |
parent | 8ef4afcc3b44fae25d81b65b802967a85223e7dd (diff) | |
download | pleroma-832d892c2c77c836aa46f47f9610b5718c7656b3.tar.gz pleroma-832d892c2c77c836aa46f47f9610b5718c7656b3.zip |
Merge branch 'final-release-prep' into 'maint/1.1'
Final 1.1 release preparations
See merge request pleroma/pleroma!1843
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(), |