From b243cd8d420d3b8d6fd782fe97ad84b43cfb18c4 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 23 Apr 2019 23:23:53 +0000 Subject: [PATCH] update versions --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6720ec4e..deef1712b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Client applications that are known to work well: * Tootle (iOS, No Streaming) * 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 . diff --git a/mix.exs b/mix.exs index 5a253817a..211fc9ec2 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("0.9.9999"), + version: version("0.9.99999"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),