diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-24 04:16:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 04:16:30 +0100 |
commit | e6db3427b7dcbcdfdc5d8d01a9ad426ee6151f4b (patch) | |
tree | 630c0384e0095986d849db62ba272e10ea0f7232 /lib | |
parent | daefbd66a653b11a17be73b7b0a4ca200b466cec (diff) |
Bump to 2.2.0rc2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 098ab46ac..dba09a070 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc1' + 'rc2' end def to_a |