diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-17 19:54:41 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-17 19:54:41 +0300 |
commit | a5d6c9aa8edd70f09ad252171589ff3fbfa88006 (patch) | |
tree | a2fdc2161ddc74123868078c70d63e94a79709c8 /mix.exs | |
parent | 6bbd65fb0922c5e7ed4877968c3c92ff51cc12cb (diff) | |
download | pleroma-a5d6c9aa8edd70f09ad252171589ff3fbfa88006.tar.gz |
mix.exs: bump version to 2.1.2
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("2.1.1"), + version: version("2.1.2"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |