summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-03-27 20:09:01 +0200
committerlain <lain@soykaf.club>2018-03-27 20:09:01 +0200
commit86058c9a8883c5f6c71f1d3553ca52f658fdf79e (patch)
tree13734145f7684babaf41f24facf5293f1c758a65 /mix.exs
parent0abd8a6bad9d769e95f4c636cd837f83e407f8e8 (diff)
downloadpleroma-86058c9a8883c5f6c71f1d3553ca52f658fdf79e.tar.gz
pleroma-86058c9a8883c5f6c71f1d3553ca52f658fdf79e.zip
Return version in instance endpoint, set version to 0.9.0.
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 7320ac543..6a518578d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Pleroma.Mixfile do
def project do
[app: :pleroma,
- version: "0.0.1",
+ version: "0.9.0",
elixir: "~> 1.4",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,