diff options
author | lain <lain@soykaf.club> | 2019-04-05 22:26:08 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-04-05 22:26:08 +0200 |
commit | 3591b7c1529be2703b7dfbb1f88390e596e11ef9 (patch) | |
tree | d9b814127ce76a2a185ffccbdc64e0d8ba648ceb | |
parent | ef4e67d7679766528f3efd1f59f18574e54b5e9a (diff) | |
download | pleroma-3591b7c1529be2703b7dfbb1f88390e596e11ef9.tar.gz |
Update versions.v0.9.9999
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | mix.exs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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.999 release. +This is the 0.9.9999 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>. @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("0.9.999"), + version: version("0.9.9999"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |