commit: 64f2ada5d4765cc2a04b5064c3e88eb9b00adb00 parent: a3c413819746e5a496c9daeafcb0c4c7b6a63e5a Author: Eugen Rochko <eugen@zeonfederated.com> Date: Thu, 1 Mar 2018 20:50:23 +0100 Bump version to 2.3.0rc1Diffstat:
M | lib/mastodon/version.rb | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb @@ -9,7 +9,7 @@ module Mastodon end def minor - 2 + 3 end def patch @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a