From: Eugen Rochko Date: Sat, 20 May 2017 21:30:20 +0000 (+0200) Subject: Bump version to 1.4.0.2 (#3190) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=756db8103ad10fe404c218bd3bf63e5ee0f1c35f;p=mastodon.git Bump version to 1.4.0.2 (#3190) --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 46ba96b2a..7c3af55a6 100644 --- 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