diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-05-24 15:57:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 15:57:31 +0200 |
commit | 5cdb4c483f732235d3b0b07eeed34757b33b0f83 (patch) | |
tree | cb799aba33e9f625e9a8bdafb97561b8237ce959 /lib | |
parent | d63c3c0cef9ab4e3713c6e4bea28a02f1c1e11a6 (diff) |
Forward port version bumps to 2.8.3 and 2.8.4 (#10819)
* Bump version to 2.8.3 * Bump version to 2.8.4
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 91f45e45d..59ded05f7 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 2 + 4 end def pre |