logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 9dd8dff683a148bdd00d715e85b7af40c3d4be21
parent: a187dcefa1e0604e55eaff97a3c6403157528cdf
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sun,  3 Sep 2017 01:12:05 +0200

Bump version to 1.6.0rc1 (#4768)


Diffstat:

Mlib/mastodon/version.rb6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 5 + 6 end def patch - 1 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a