logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 756db8103ad10fe404c218bd3bf63e5ee0f1c35f
parent: 20c00544600ca35874af7d9d4b2dabf49662a76e
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sat, 20 May 2017 23:30:20 +0200

Bump version to 1.4.0.2 (#3190)


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,15 +9,15 @@ module Mastodon end def minor - 3 + 4 end def patch - 2 + 0 end def pre - nil + 2 end def to_a