aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-14 21:19:19 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-14 21:20:29 +0300
commit8ef4afcc3b44fae25d81b65b802967a85223e7dd (patch)
tree7380c079407917701195efc48ddf46e608092301 /mix.exs
parent13966f150469e2e7b6e02ffc8a7ab65b7c7bfaa7 (diff)
downloadpleroma-8ef4afcc3b44fae25d81b65b802967a85223e7dd.tar.gz
Final 1.1 release preparations
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index c0f3b105b..9bd807d8c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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(),