logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a434d9c0cc89a0dd862c0f28825e1a1255e8a028
parent: a29432f0cdb8e20d89789091235d56c522c53542
Author: Daigo 3 Dango <zunda@users.noreply.github.com>
Date:   Fri, 15 Dec 2017 20:38:25 +0000

Remove period from the version number (#6039)

2.1.0. -> 2.1.0

Diffstat:

Mlib/mastodon/version.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb @@ -17,7 +17,7 @@ module Mastodon end def pre - '' + nil end def flags