diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-08 15:08:51 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-08 15:09:10 +0300 |
commit | 9c76769878784282d2a9bf42282dbc63420f882e (patch) | |
tree | 62819d11b22a8d4fb3e7547b93bdd47473bc338a | |
parent | ce3474f4d3552f6dca7f08e87a6d3d7f46bdc72d (diff) | |
download | pleroma-9c76769878784282d2a9bf42282dbc63420f882e.tar.gz |
mix.exs: bump version to 2.1.1
-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.0"), + version: version("2.1.1"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |