update versions

This commit is contained in:
William Pitcock 2019-04-23 23:23:53 +00:00
parent d52bc838c2
commit b243cd8d42
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Client applications that are known to work well:
* Tootle (iOS, No Streaming) * Tootle (iOS, No Streaming)
* Whalebird (Windows + Mac + Linux) * Whalebird (Windows + Mac + Linux)
This is the 0.9.9999 release. This is the 0.9.99999 release.
If you want to run your own server, feel free to contact us in our dev chat at #pleroma on freenode or via matrix at <https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org>. If you want to run your own server, feel free to contact us in our dev chat at #pleroma on freenode or via matrix at <https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org>.

View File

@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do def project do
[ [
app: :pleroma, app: :pleroma,
version: version("0.9.9999"), version: version("0.9.99999"),
elixir: "~> 1.7", elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()), elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(), compilers: [:phoenix, :gettext] ++ Mix.compilers(),