diff options
author | ThibG <thib@sitedethib.com> | 2019-03-31 00:37:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-31 00:37:16 +0100 |
commit | 925830d11bb5c132e282f82bdb2ca893d87c9c24 (patch) | |
tree | 324003d03c66caead9842a6052bc28caf7f654c2 /lib | |
parent | b6fa500806f68d5394174e1f341dc61e3578760e (diff) | |
parent | b72950fbd3536260df0b9c22179a6024d4d0c189 (diff) |
Merge pull request #976 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
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 b35dd0561..c728b3ab2 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 7 + 8 end def patch - 4 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |