summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-03-13 18:40:44 +0100
committerlain <lain@soykaf.club>2019-03-13 18:40:44 +0100
commit480da5d026bbf589ae6688ad378d33e9b670671a (patch)
tree7469b8eb6262e40a259c34db381558f8ff058efc
parentd6c70e2ce3e8f803ea764a7b48fdba62d7844e02 (diff)
Update version.
-rw-r--r--README.md2
-rw-r--r--mix.exs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a4a1e5bf5..d08cf19de 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.99 release.
+This is the 0.9.999 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>.
diff --git a/mix.exs b/mix.exs
index 01ff62912..024ea6035 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("0.9.99"),
+ version: version("0.9.999"),
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),