diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-19 19:36:23 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-19 19:36:37 +0300 |
commit | b24b848057219626209427e77468a0ac3782e033 (patch) | |
tree | 72c218041654d783dfb9245e569c981b2f70d9c9 | |
parent | 5386d1f49f2faae0922e6f0d9b4b66cf11bdc946 (diff) | |
download | pleroma-b24b848057219626209427e77468a0ac3782e033.tar.gz |
mix.exs: bump version to 1.1.6
-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.1.5"), + version: version("1.1.6"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |