diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-01-21 01:08:23 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-01-21 01:08:23 -0600 |
commit | 8b96e669e93fc2c82c334b8085be7921f726ba60 (patch) | |
tree | 45b5cf30b85ebedc3585c3408f8cf865ee25019f /lib | |
parent | 5c796f8cf64e70efe29db055be9cfe6ef9a8291c (diff) |
bump monsterfork version
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 01ec71cab..e8f47f852 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,7 +9,7 @@ module Mastodon end def minor - 9 + 99 end def patch @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc1' + '' end def to_a |