diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-20 16:27:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 16:27:19 +0100 |
commit | 0b7a0d15c7e7e23ca0c8bdb738b4a4911bf42eb2 (patch) | |
tree | 458df07947fee0d84cf9c128ede02b73b7d0848b /lib | |
parent | 80b3ca0f6f2d0c545487d36b88ccbb792761a0e5 (diff) |
Bump version to 2.2.0rc1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 5936b5fcf..098ab46ac 100644 --- 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 |