logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 0b7a0d15c7e7e23ca0c8bdb738b4a4911bf42eb2
parent: 80b3ca0f6f2d0c545487d36b88ccbb792761a0e5
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sat, 20 Jan 2018 16:27:19 +0100

Bump version to 2.2.0rc1

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 - 1 + 2 end def patch - 3 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a