diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-27 00:44:10 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-27 00:44:10 +0300 |
commit | c8694d6d7b5419cbe5eda7f6c200b1387e87c86c (patch) | |
tree | 169143e2e85f8c1e253c3e4eb6d7308d7d726996 | |
parent | 31421916c0e1a3674cc2136454ac553d74f415ca (diff) | |
download | pleroma-c8694d6d7b5419cbe5eda7f6c200b1387e87c86c.tar.gz |
Bump version to 1.0.7
-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.6"), + version: version("1.0.7"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |